1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/django
Jernej Kos 7c50e7eecc Fixed #24034 -- Don't always overwrite deconstruct path.
Made deconstruct path overwriting for ArrayField conditional,
so it only occurs when the deconstructed field is an instance
of ArrayField itself and not a subclass.
2014-12-21 17:31:50 +01:00
..
apps
bin
conf Fixed timesince translations for Korean 2014-12-14 16:48:42 +01:00
contrib Fixed #24034 -- Don't always overwrite deconstruct path. 2014-12-21 17:31:50 +01:00
core Fixed #23788 (2) -- Improved gettext version checker 2014-12-18 16:06:33 +01:00
db Refs #2443 -- Fix Oracle tests for DurationField. 2014-12-20 22:04:07 +00:00
dispatch Fixed #23812 -- Changed django.utils.six.moves.xrange imports to range 2014-12-13 12:45:58 -05:00
forms Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +00:00
http
middleware
template
templatetags
test Fixed #23992 -- Optimized reorder_suite functions using OrderedSet 2014-12-14 13:38:01 +01:00
utils Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +00:00
views
__init__.py
shortcuts.py