1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/docs/ref
2010-02-24 14:49:38 +00:00
..
contrib Fixed #12802 -- Specify the correct factory in the InlineModelAdmin docs. Thanks, rctay and unbracketed. 2010-02-23 15:09:52 +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 #12538 -- Added a note that pickles aren't stable during version updates. Thanks to snow0x2d0 for the suggestion. 2010-02-24 13:56:19 +00:00
templates Fixed #11687: the add filter is now less failsome when faced with things that can't be coerced to integers. 2010-02-22 23:34:33 +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 #12800 -- Clarified the text describing the palettes available to django-admin.py, and when they will be used. Thanks to rasmus and Karen Tracey for the report. 2010-02-23 13:22:05 +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 #11933 -- Added versionchanged marker for the cache_db session backend. Thanks to gabrielhurley for the report and patch. 2010-02-24 14:49:38 +00:00
signals.txt Fixed #12916 -- Added a missing versionadded marker for the m2m_changed signal. Thanks to timo for the report. 2010-02-23 13:19:49 +00:00
unicode.txt Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427). 2009-12-26 06:37:26 +00:00
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