django/docs/ref
Russell Keith-Magee 46cc7021a8 Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro Morales for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12602 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-26 15:33:27 +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 Fixed #9465 -- Simplified API Reference documentation titles for easier lookup and made first-level heading styles consistent. Thanks, adamnelson. 2009-12-26 03:44:21 +00:00
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 #7190. Boolean fields now return bool values instead of 1 or 0. Thanks, Alex Gaynor. 2010-02-24 17:36:18 +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
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
middleware.txt
request-response.txt
settings.txt Fixed #1480 -- Added the ability to use the system timezone. Thanks to Ramiro Morales for the patch. 2010-02-26 15:33:27 +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