mirror of
				https://github.com/django/django.git
				synced 2025-11-04 09:57:47 +03:00 
			
		
		
		
	Removed obsolete comment.
These features are implemented, tracked in tickets, or not necessary. Thanks Bruno Renié.
This commit is contained in:
		
							parent
							
								
									50a985b09b
								
							
						
					
					
						commit
						4cf057faab
					
				| 
						 | 
				
			
			@ -1,13 +1,5 @@
 | 
			
		|||
"""
 | 
			
		||||
Django validation and HTML form handling.
 | 
			
		||||
 | 
			
		||||
TODO:
 | 
			
		||||
    Default value for field
 | 
			
		||||
    Field labels
 | 
			
		||||
    Nestable Forms
 | 
			
		||||
    FatalValidationError -- short-circuits all other validators on a form
 | 
			
		||||
    ValidationWarning
 | 
			
		||||
    "This form field requires foo.js" and form.js_includes()
 | 
			
		||||
"""
 | 
			
		||||
 | 
			
		||||
from __future__ import absolute_import
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user