1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs/ref
2012-03-29 18:39:21 +00:00
..
contrib Fixed #17936 -- Fixed a code sample in the admin SimpleListFilter documentation. Thanks to anonymous for the report. 2012-03-21 05:57:22 +00:00
files
forms
models Fixed #17870 -- Documented that EmailField default max_length of 75 does not comply with RFCs 3696/5321. Thanks Rotund for the report and the patch and Russell Keith-Magee for the review. 2012-03-29 18:39:21 +00:00
templates
authbackends.txt
class-based-views.txt Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' class variable. Thanks hanson2010, wilfred@potatolondon.com and agriffis for their work on the patch. 2012-03-17 22:31:03 +00:00
clickjacking.txt
databases.txt
django-admin.txt
exceptions.txt
generic-views.txt
index.txt
middleware.txt
request-response.txt
settings.txt Fixed #17733 -- Discouraged setting TIME_ZONE to None when USE_TZ is True. Thanks berdario for the report. 2012-03-26 14:17:13 +00:00
signals.txt Fixed #17895 -- Made override_settings send the setting_changed signal both when a setting is overridden and when it's restored. 2012-03-13 23:02:31 +00:00
template-response.txt
unicode.txt
utils.txt
validators.txt