django1/django/db/models
Curtis Maloney 14ecbd02a3 Removed cases of six.iter* wrapped in a list()
There's absolutely no advantage [and a mild performance hit] to using six.iter*
in these cases.
2015-04-18 23:29:29 +10:00
..
fields Fixed #24505 -- Fixed clash with hidden m2m fields. 2015-03-26 19:00:37 -04:00
sql Fixed #24605 -- Fixed incorrect reference to alias in subquery. 2015-04-16 09:22:00 -04:00
__init__.py Fixed #24485 -- Allowed combined expressions to set output_field 2015-03-22 17:36:55 +11:00
aggregates.py Update converters to take a consistent set of parameters. 2015-02-20 11:35:52 +00:00
base.py Fixed #24578 -- Fixed crash with QuerySet.update() on FK to O2O fields. 2015-04-09 06:50:21 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
expressions.py Fixed #24485 -- Allowed combined expressions to set output_field 2015-03-22 17:36:55 +11:00
functions.py Fixed #24609 -- Made ConcatPair use CONCAT_WS() on MySQL 2015-04-09 10:17:27 -04:00
lookups.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
manager.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
options.py Fixed #23879 -- Allowed model migration skip based on feature/vendor 2015-04-18 15:17:49 +02:00
query.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
query_utils.py Removed cases of six.iter* wrapped in a list() 2015-04-18 23:29:29 +10:00
signals.py Removed pre_syncdb and post_syncdb signals per deprecation timeline. 2015-01-17 09:07:00 -05:00
utils.py Fixed #24215 -- Refactored lazy model operations 2015-03-25 16:48:17 -04:00