django1/django
Aymeric Augustin 58161e4e93 Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL.
Thanks err for the report.
2014-03-23 20:45:22 +01:00
..
apps Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf Fixed #22302 -- Updated Finnish locale formats 2014-03-22 10:35:06 +01:00
contrib Fixed PostGIS test failures. 2014-03-22 18:12:52 -04:00
core Fixed a failing test introduced in 918a16bc4c. 2014-03-22 18:05:56 +01:00
db Fixed #22291 -- Avoided shadowing deadlock exceptions on MySQL. 2014-03-23 20:45:22 +01:00
dispatch Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
forms Fixed #20684 -- Added support for HTML5 boolean attributes to form widgets. 2014-03-22 14:28:12 -04:00
http Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
middleware Removed django.middleware.doc. Refs #20126. 2014-03-21 22:07:39 +01:00
template Fixed #22294 -- Prevented converting length filter output to string 2014-03-22 16:39:46 +01:00
templatetags Switched {% cycle %} and {% firstof %} tags to auto-escape their variables per deprecation timeline. 2014-03-21 13:17:10 -04:00
test Advanced deprecation warnings for 1.8. 2014-03-22 21:12:58 +01:00
utils Advanced deprecation warnings for 1.8. 2014-03-22 21:12:58 +01:00
views Made ModelForms raise ImproperlyConfigured if the list of fields is not specified. 2014-03-22 07:56:48 -04:00
__init__.py Bumped version to reflect master is now pre-1.8. 2014-03-21 06:17:14 -04:00
shortcuts.py Moved relative URL handling added in refs #21177 to a better place. 2014-02-15 07:54:35 -05:00