1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/docs/ref
2010-02-21 23:44:35 +00:00
..
contrib Fixed #12839 - noted change of import path for csrf_exempt decorator 2010-02-10 23:51:09 +00:00
files
forms Fixed #9764 - Updated EmailField and URLField to support IDN (Internationalized Domain Names). Thanks, UloPe. 2010-02-21 23:44:35 +00:00
models Fixed #12620 - Refer to better fieldname in defer docs. Thanks, dwillis. 2010-02-21 23:39:08 +00:00
templates Fixed #12066 - Moved auth context processor from core to the auth app. Thanks, Rob Hudson. 2010-02-21 23:40:47 +00:00
authbackends.txt
databases.txt Fixed #4140: Documented the ORA-06552 error that can occur when a keyword is used as a field name in the Oracle notes. 2010-01-28 22:12:18 +00:00
django-admin.txt Fixed #7050 - Allow the makemessages command to optionally ignore paths when examining source code and templates for translation strings. 2010-02-16 12:15:04 +00:00
generic-views.txt Fixed: 3274: Added date_list context variable to the archive_month generic view, consistent with archive_index and archive_year. Thanks Sean Brant. 2010-01-10 19:52:17 +00:00
index.txt Corrected some referencing problems in the docs. 2010-01-07 11:38:14 +00:00
middleware.txt
request-response.txt Fixed #11952 -- Documented HttpResponse.status_code attribute. Thanks, timo 2010-01-10 18:49:04 +00:00
settings.txt Fixed #12066 - Moved auth context processor from core to the auth app. Thanks, Rob Hudson. 2010-02-21 23:40:47 +00:00
signals.txt Fixed #12603 -- Corrected typo in m2m signals docs. Thanks to hvdklauw for the report. 2010-01-13 23:54:07 +00:00
unicode.txt
validators.txt Fixed #12525. Added a note to the validators doucmentation that models will not automatically run validators when saved, and a link to the ModelForm docs. 2010-01-12 14:58:34 +00:00