1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/django
Jannis Leidel f90be002d9 Fixed #20780 -- Get rid of stale symlinks when using collectstatic.
Thanks to John Giannelos for the initial patch.
2014-02-09 14:48:11 +00:00
..
apps Fixed #21874 -- Require Django applications to have a filesystem path. 2014-01-27 15:34:22 -07:00
bin
conf Fixed #21237 -- Added Australian English (en_AU) to locale conf 2014-02-08 07:12:46 -05:00
contrib Fixed #20780 -- Get rid of stale symlinks when using collectstatic. 2014-02-09 14:48:11 +00:00
core Fixed #21969: Fix behaviour of initial_data with migrated apps 2014-02-09 12:22:59 +00:00
db Fixed #21868: Don't die when seeing py3 namespace packages for mig dirs 2014-02-09 14:03:41 +00: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 Fixed #21959 -- Handled Inf/NaN in widthratio tag. 2014-02-08 21:01:55 +01: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 #21482 -- Uplifted restriction of collectstatic using symlink option in Windows NT 6. 2014-02-09 12:39:20 +00:00
views Fixed #21967: Added check for object in ModelFormMixin.get_form_kwargs. 2014-02-09 06:30:03 -05:00
__init__.py Bumped version number for 1.7a2 2014-02-06 15:54:27 -06:00
shortcuts.py