.. |
fields
|
Fixed #9893 -- Allowed using a field's max_length in the Storage.
|
2015-01-12 09:09:18 -05:00 |
sql
|
Fixed #24020 -- Refactored SQL compiler to use expressions
|
2015-01-08 14:07:54 -05:00 |
__init__.py
|
Fixed #14030 -- Allowed annotations to accept all expressions
|
2014-11-15 14:00:43 +00:00 |
aggregates.py
|
Fixed #24020 -- Refactored SQL compiler to use expressions
|
2015-01-08 14:07:54 -05:00 |
base.py
|
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
|
2015-01-06 19:25:12 -05:00 |
constants.py
|
Refactored qs.add_q() and utils/tree.py
|
2013-03-13 10:44:49 +02:00 |
deletion.py
|
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
|
2015-01-06 19:25:12 -05:00 |
expressions.py
|
Fixed #24020 -- Refactored SQL compiler to use expressions
|
2015-01-08 14:07:54 -05:00 |
functions.py
|
Fixed #23753 -- Oracle failure with Coalesce
|
2014-12-29 19:44:13 +11:00 |
loading.py
|
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
|
2014-03-08 09:57:40 +01:00 |
lookups.py
|
Move % addition to lookups, refactor postgres lookups.
|
2015-01-10 16:18:19 +00:00 |
manager.py
|
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
|
2015-01-06 19:25:12 -05:00 |
options.py
|
Simplified verbose_name_raw property
|
2015-01-08 15:08:26 +01:00 |
query.py
|
Fixed #24020 -- Refactored SQL compiler to use expressions
|
2015-01-08 14:07:54 -05:00 |
query_utils.py
|
Fixed #24020 -- Refactored SQL compiler to use expressions
|
2015-01-08 14:07:54 -05:00 |
signals.py
|
Limited lines to 119 characters in django/
|
2014-09-05 09:22:16 -04:00 |