django1/django
Tim Graham 0622bca5d1 Removed the validate management command per deprecation timeline. 2015-01-17 19:12:03 -05:00
..
apps Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Removed deprecated Chinese language codes; refs #18149. 2015-01-17 11:23:43 -05:00
contrib Removed ModelAdmin.get_formsets() per deprecation timeline; refs #20702. 2015-01-17 18:02:35 -05:00
core Removed the validate management command per deprecation timeline. 2015-01-17 19:12:03 -05:00
db Removed BaseDatabaseValidation.validate_field() per deprecation timeline. 2015-01-17 14:58:09 -05:00
dispatch Added return value to Signal.disconnect(). 2015-01-02 12:00:41 -05:00
forms Removed support for SplitDateTimeWidget with DateTimeField per deprecation timeline. 2015-01-17 18:49:44 -05:00
http Closed files in FileResponse; refs #24072 2015-01-05 14:54:55 -05:00
middleware Fixed #23815 -- Prevented UnicodeDecodeError in CSRF middleware 2015-01-06 08:42:58 +01:00
template Fixed typo in 'Django Template Language' 2015-01-17 03:05:28 +01:00
templatetags Removed ssi/url tags from future per deprecation timeline; refs #21939. 2015-01-17 13:29:52 -05:00
test Fixed #24118 -- Added --debug-sql option for tests. 2015-01-12 08:16:08 +00:00
utils Removed utils.text.javascript_quote() per deprecation timeline; refs #21725. 2015-01-17 12:41:49 -05:00
views Fixed #24055 -- Keep reference to view class for resolve() 2015-01-17 22:09:10 +07:00
__init__.py Bumped version; master is now 1.9 pre-alpha. 2015-01-16 17:04:35 -05:00
shortcuts.py Fixed #24097 -- Prevented AttributeError in redirect_to_login 2015-01-10 10:05:02 +01:00