django1/django
Andrew Godwin 1f5268a01f Fixed #21786: Bad behaviour when mixins + abstract bases for migrations 2014-01-19 18:09:52 +00:00
..
apps Fixed typo in comment. 2014-01-15 21:24:09 +01:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed #21712 -- Moved autodiscover() to AdminConfig.ready(). 2014-01-18 23:06:00 +01:00
contrib Fixed #21825 -- gis compiler uses self instead of qn for as_sql() 2014-01-19 10:21:57 +02:00
core Adjusted inspectdb management command to yield PEP 8-compliant output barring Django Coding Style exceptions. 2014-01-17 18:03:16 -05:00
db Fixed #21786: Bad behaviour when mixins + abstract bases for migrations 2014-01-19 18:09:52 +00:00
dispatch Fixed flake8 issues. 2014-01-12 13:40:37 -05:00
forms Fixed #8898 -- Obsoleted SplitDateTimeWidget usage with DateTimeField 2014-01-11 15:50:34 +01: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 Don't try to load app directory templates from apps with a path (eg eggs) 2013-12-27 11:42:24 +01:00
templatetags A handful of flake8 fixes 2013-11-23 08:26:11 -08:00
test Fixed #21740 -- Stopped using mutable default arguments in test client 2014-01-16 17:44:20 +01:00
utils Add further workarounds for HTMLParser with Python 3.4. 2014-01-12 23:11:55 +00:00
views Fixed typo in docstrings of MonthArchiveViews. 2014-01-10 08:25:22 -05:00
__init__.py Fixed #21714 -- Moved logging configuration to global setup() 2013-12-31 18:35:00 +01:00
shortcuts.py Changed shortcuts from being a package to just being a module 2013-11-19 15:34:20 -08:00