django1/django/db/models/sql
Anssi Kääriäinen d744c550d5 Fixed #19964 -- Removed relabel_aliases from some structs
Before there was need to have both .relabel_aliases() and .clone() for
many structs. Now there is only relabeled_clone() for those structs
where alias is the only mutable attribute.
2013-03-12 21:33:47 +02:00
..
__init__.py Remove all relative imports. We have always been at war with relative imports. 2011-10-18 00:47:49 +00:00
aggregates.py Fixed #19964 -- Removed relabel_aliases from some structs 2013-03-12 21:33:47 +02:00
compiler.py Fixed #19929 -- Improved error when MySQL doesn't have TZ definitions. 2013-02-28 17:35:13 +01:00
constants.py Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
datastructures.py Fixed #19964 -- Removed relabel_aliases from some structs 2013-03-12 21:33:47 +02:00
expressions.py Fixed #19964 -- Removed relabel_aliases from some structs 2013-03-12 21:33:47 +02:00
query.py Fixed #19964 -- Removed relabel_aliases from some structs 2013-03-12 21:33:47 +02:00
subqueries.py Fixed #17260 -- Added time zone aware aggregation and lookups. 2013-02-16 09:19:04 +01:00
where.py Fixed #19964 -- Removed relabel_aliases from some structs 2013-03-12 21:33:47 +02:00