django1/django
Marek Wywiał 8274fa60f8 Made the new template.Context.flatten() method a public API.
That method was introduced in 9db4271bd1.

Refs #21765.
2014-02-16 15:18:45 +01:00
..
apps Fixed two typos. 2014-02-15 15:16:16 +01:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Reordered INSTALLED_APPS in default template, refs #22005 2014-02-11 09:01:48 +01:00
contrib Split line and added indentation for better readability. 2014-02-15 14:25:23 -05:00
core Corrected a pair of flake8 violations 2014-02-15 10:42:12 -08:00
db Fixed #22047 -- detecting related_name clash with inheritance 2014-02-15 17:24:05 +01:00
dispatch Simplified signal code. 2014-02-05 20:57:40 +01:00
forms Fixed #2445 -- Allowed limit_choices_to attribute to be a callable. 2014-02-11 14:05:12 -05:00
http Fixed #17942 -- Added a JsonResponse class to more easily create JSON encoded responses. 2014-02-14 18:25:19 -05:00
middleware Fixed #21473 -- Limited language preservation to logout 2013-12-12 10:24:43 +01:00
template Made the new template.Context.flatten() method a public API. 2014-02-16 15:18:45 +01:00
templatetags Fixed #21939 -- Deprecated loading ssi/url tags from future. 2014-02-16 13:25:21 +01:00
test Fixed a typo (I guess). 2014-02-13 17:36:53 +01:00
utils Fixed #21725 -- Fixed JavaScript quoting encoding. 2014-02-15 19:39:21 +01:00
views Corrected a pair of flake8 violations 2014-02-15 10:42:12 -08:00
__init__.py Bumped version number for 1.7a2 2014-02-06 15:54:27 -06:00
shortcuts.py Moved relative URL handling added in refs #21177 to a better place. 2014-02-15 07:54:35 -05:00