django1/django/db/models
Claude Paroz 2ced2f785d Replaced smart_* by force_* calls whenever possible
The smart_* version should only be used when a lazy string should keep
its lazy status.
2016-09-03 13:46:41 +02:00
..
fields Replaced smart_* by force_* calls whenever possible 2016-09-03 13:46:41 +02:00
functions Fixed #26348 -- Added TruncTime and exposed it through the __time lookup. 2016-07-08 12:35:34 -04:00
sql Fixed #22288 -- Fixed F() expressions with the __range lookup. 2016-08-19 13:40:56 -04:00
__init__.py Fixed #26709 -- Added class-based indexes. 2016-06-27 10:41:01 -04:00
aggregates.py Fixed #26458 -- Based Avg's default output_field resolution on its source field type. 2016-04-05 23:48:08 -04:00
base.py Fixed #26808 -- Added Meta.indexes for class-based indexes. 2016-08-05 18:12:51 -04:00
constants.py Refactored qs.add_q() and utils/tree.py 2013-03-13 10:44:49 +02:00
deletion.py Refs #16508 -- Renamed the current "virtual" fields to "private". 2016-04-13 10:10:53 -04:00
expressions.py Moved EmpytResultSet to django.core.exceptions. 2016-08-08 10:43:34 -04:00
indexes.py Refs #26709 -- Added type check for models.Index fields argument. 2016-08-16 09:53:50 -04:00
lookups.py Fixed #22288 -- Fixed F() expressions with the __range lookup. 2016-08-19 13:40:56 -04:00
manager.py Fixed #10506, #13793, #14891, #25201 -- Introduced new APIs to specify models' default and base managers. 2016-05-17 12:07:22 +07:00
options.py Removed unneeded smart_text 2016-08-25 22:49:31 +02:00
query.py Replaced property() usage with decorator in a couple places. 2016-08-24 17:23:16 -04:00
query_utils.py Fixed #26891 -- Fixed lookup registration for ForeignObject. 2016-08-11 14:16:48 -04:00
signals.py Fixed #26778 -- Fixed ModelSignal.connect() weak argument. 2016-06-18 20:45:38 -04:00
utils.py Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and tests 2016-05-19 21:33:36 -04:00