37b18a17af 
								
							 
						 
						
							
							
								
								Update German translation  
							
							... 
							
							
							
							This commit updates the German translation files and adds missing
translations. 
							
						 
						
							2016-01-29 11:07:41 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								de501cfdde 
								
							 
						 
						
							
							
								
								Fix Django deprecation warning  
							
							... 
							
							
							
							Django 1.9 deprecates passing a context directly to the render function
in template loader. This commit creates a proper template rendering
context before rendering the mails sent from the contact form. 
							
						 
						
							2016-01-09 14:46:04 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								085b126416 
								
							 
						 
						
							
							
								
								Update to Django 1.9  
							
							... 
							
							
							
							- update all dependencies
- fix deprecation warnings and errors for Django 1.9 compatibility 
							
						 
						
							2015-12-19 20:11:23 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								fb1f31a9bc 
								
							 
						 
						
							
							
								
								Fix flake8 warnings  
							
							... 
							
							
							
							This commit fixes all warnings created by flake8 by removing unused
imports and variable assignments. Some wrongly indented lines are now
indented correctly. 
							
						 
						
							2015-12-05 13:47:41 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								2de53757df 
								
							 
						 
						
							
							
								
								improve contact_form test coverage  
							
							
							
						 
						
							2015-10-13 22:31:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								e51d202abd 
								
							 
						 
						
							
							
								
								start test implementation for contact_form  
							
							
							
						 
						
							2015-10-12 22:07:25 +00:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								1bee80044c 
								
							 
						 
						
							
							
								
								enable translations for contact form  
							
							
							
						 
						
							2015-02-01 20:58:53 +01:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
						 
						
							
							
							
							
								
							
							
								385838580b 
								
							 
						 
						
							
							
								
								implement contact form  
							
							... 
							
							
							
							- implement contact_form.forms.ContactForm
- implement contact_form.views.ContactFormView and
  contact_form.views.ContactSuccessView
- add new URL patterns 'contact_form' and 'contact_success' in
  contact_form.urls
- add contact_form templates base.html, contact_form.html, contact_form.txt,
  contact_form_subject.txt and contact_success.html
- add german translation for new strings
- add contact_form to .coveragerc
- add generated code documentation for contact_form app
- add changelog entry 
							
						 
						
							2015-02-01 19:33:53 +01:00