django1/django
Tim Graham 2ccfac1a65 Refs #23913 -- Removed support for a single equals sign in {% if %} tag.
Per deprecation timeline.
2015-09-23 19:31:11 -04:00
..
apps Refs #24215 -- Fixed Python 3.5 compatiblity for unhandled lazy ops error. 2015-09-17 10:06:52 -04:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Removed deprecated TEMPLATE_* settings per deprecation timeline. 2015-09-23 19:31:11 -04:00
contrib Refs #24099 -- Removed compatibility shim for ContentType.name field. 2015-09-23 19:31:10 -04:00
core Refs #22804 -- Made an unsafe value of 'sep' in Signer an exception. 2015-09-23 19:31:11 -04:00
db Refs #21414 -- Removed Field.related per deprecation timeline. 2015-09-23 19:31:10 -04:00
dispatch Fixed #25331 -- Removed trailing blank lines in docstrings. 2015-08-31 17:37:21 -04:00
forms Refs #23162 -- Removed forms.Field._has_changed() method. 2015-09-23 19:31:10 -04:00
http Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
middleware Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN. 2015-09-16 12:21:50 -04:00
template Refs #23913 -- Removed support for a single equals sign in {% if %} tag. 2015-09-23 19:31:11 -04:00
templatetags Refs #22306 -- Removed cycle/firstof template tags from "future". 2015-09-23 19:31:09 -04:00
test Removed deprecated TEMPLATE_* settings per deprecation timeline. 2015-09-23 19:31:11 -04:00
utils Refs #23613 -- Removed django.utils.checksums per deprecation timeline. 2015-09-23 19:31:10 -04:00
views Refs #23656 -- Required FormMixin.get_form() form_class parameter to be optional. 2015-09-23 19:31:10 -04:00
__init__.py Bumped version; master is now 1.10 pre-alpha. 2015-09-23 19:31:08 -04:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Removed dictionary and context_instance parameters for render functions. 2015-09-23 19:31:11 -04:00