1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/django
2014-02-05 21:17:01 +01:00
..
apps Fixed #21874 -- Require Django applications to have a filesystem path. 2014-01-27 15:34:22 -07:00
bin
conf Fixed #21829 -- Added default AppConfigs. 2014-01-25 10:41:56 +01:00
contrib Fixed ImportError when running contrib.gis tests without libgeos installed. 2014-02-05 21:17:01 +01:00
core Ensure cursors are closed when no longer needed. 2014-02-02 12:47:21 -05:00
db Fix pep8 violation in migration template. 2014-02-05 14:39:44 +00:00
dispatch Simplified signal code. 2014-02-05 20:57:40 +01:00
forms Fixed #16905 -- Added extensible checks (nee validation) framework 2014-01-20 10:45:21 +08: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 Moved the loader tags registration with the other builtins. 2014-01-19 20:11:32 +01:00
templatetags A handful of flake8 fixes 2013-11-23 08:26:11 -08:00
test Removed TransRealMixin. 2014-01-27 22:02:07 +01:00
utils Fixed #21823 -- Upgraded six to 1.5.2 2014-01-26 15:13:35 -05:00
views Moved RequestSite and get_current_site. 2014-01-26 08:50:47 +01:00
__init__.py [1.7.x] Bump version number for 1.7 alpha 1. 2014-01-22 21:48:37 -06:00
shortcuts.py