django1/django
mlavin 0ac13ecceb Remove check_migrations from the runserver command and use the new checks framework to check for unapplied migrations. Don't check for migrations if the DATABASES setting is empty. 2014-02-08 09:01:59 -05:00
..
apps Fixed #21874 -- Require Django applications to have a filesystem path. 2014-01-27 15:34:22 -07:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed #21237 -- Added Australian English (en_AU) to locale conf 2014-02-08 07:12:46 -05:00
contrib Fixed #17005 -- Added CurrentSiteMiddleware to set the current site on each request. 2014-02-06 04:45:49 -05:00
core Remove check_migrations from the runserver command and use the new checks framework to check for unapplied migrations. Don't check for migrations if the DATABASES setting is empty. 2014-02-08 09:01:59 -05:00
db Fixed #16192 -- Made unique error messages in ModelForm customizable. 2014-02-08 04:59:09 -05:00
dispatch Simplified signal code. 2014-02-05 20:57:40 +01:00
forms Fixed #16192 -- Made unique error messages in ModelForm customizable. 2014-02-08 04:59:09 -05:00
http Fixed typo in docstring. 2014-01-16 22:34:35 +01:00
middleware Fixed #21473 -- Limited language preservation to logout 2013-12-12 10:24:43 +01:00
template Allowed more easily subclassing of BlockNode tags. 2014-02-08 07:22:11 -05:00
templatetags Fixed #21417 -- Expanded TEMPLATE_STRING_IF_INVALID in blocktrans 2014-02-08 11:06:54 +01:00
test Fixed #21518 -- Made override_settings(ROOT_URLCONF) clear the resolver cache. 2014-02-07 15:29:25 -05:00
utils Fixed #21731 -- Made javascript_quote escapes '</'. 2014-02-06 04:02:09 -05:00
views Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
__init__.py Bumped version number for 1.7a2 2014-02-06 15:54:27 -06:00
shortcuts.py Changed shortcuts from being a package to just being a module 2013-11-19 15:34:20 -08:00