0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/ref
2011-04-20 19:50:27 +00:00
..
contrib Switched to HTML5 doctype in all Django supplied templates. 2011-04-20 17:40:53 +00:00
files
forms
models Fixes #10786 -- Document that NullBooleanField should be used rather than BooleanField with null=True. Thanks sbj3 for the patch. 2011-04-06 10:33:32 +00:00
templates Fixed #15791 - method to signal that callable objects should not be called in templates 2011-04-19 22:06:19 +00:00
authbackends.txt
class-based-views.txt Fixed #15800 -- Fixed error in class-based-views docs. Thanks, Natim 2011-04-17 20:55:26 +00:00
databases.txt
django-admin.txt Fixed #15846 -- Fixed unfinished sentence in django-admin.txt. Thanks, follower 2011-04-20 16:28:02 +00:00
exceptions.txt
generic-views.txt
index.txt
middleware.txt
request-response.txt
settings.txt Fixed #15822 -- Removed references to the v1 postgresql backend (which has been removed). Thanks for the patch, aaugustin 2011-04-17 20:45:06 +00:00
signals.txt Fixes #10754 - minor clarification to the post/pre_delete signal documentation 2011-04-06 10:12:21 +00:00
template-response.txt
unicode.txt Fixed #15593 -- Added a note that the output of reverse is urlquoted. Thanks to guettli for the report and draft patch. 2011-04-20 19:50:27 +00:00
utils.txt Fixed #15816 -- Changed docs/ref/utils.txt to refer to django.utils.datastructures instead of just SortedDict. The other stuff is still undocumented, which is probably a good thing 2011-04-17 20:51:19 +00:00
validators.txt