index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
Age
Commit message (
Expand
)
Author
2015-01-30
Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.
Tim Graham
2015-01-29
Fixed #23940 -- Allowed model fields to be named `exact`.
Simon Charette
2015-01-29
Removed ForeignObjectRel.get_lookup_constraint() [unused].
Tim Graham
2015-01-28
Refs #14030 -- Renamed CombinableMixin to Combinable
Josh Smeaton
2015-01-28
Refs #14030 -- Added repr methods to all expressions
Josh Smeaton
2015-01-27
Fixed #24210 -- Cleaned up relational fields __init__().
Loic Bistuer
2015-01-27
Fixed #24154 -- Backends can now check support for expressions
Josh Smeaton
2015-01-22
Fixed small inconsistency when handling aggregate's default_alias.
Loic Bistuer
2015-01-20
Fixed a query failure on Python 3.5; refs #23763.
Tim Graham
2015-01-20
Fixed #24183 -- Fixed wrong comparisons in Substr
Josh Smeaton
2015-01-19
Advanced deprecation warnings for Django 1.9.
Tim Graham
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-19
Removed legacy ORM lookup support per deprecation timeline; refs #16187.
Tim Graham
2015-01-19
Fixed #24174 -- Fixed extra order by descending
Josh Smeaton
2015-01-18
Removed support for callable QuerySet arguments per deprecation timeline; ref...
Tim Graham
2015-01-17
Removed deprecated aliases in django.db.models.
Tim Graham
2015-01-17
Removed pre_syncdb and post_syncdb signals per deprecation timeline.
Tim Graham
2015-01-17
Removed django.db.models.loading per deprecation timeline.
Tim Graham
2015-01-16
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-16
Fixed #24146 -- Fixed a missing fields regression in admin checks.
Collin Anderson
2015-01-15
Replaced inner functions by class methods.
Simon Charette
2015-01-14
Fixed incorrect error message in Options.get_fields()
Collin Anderson
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski
2015-01-13
Fixed #24060 -- Added OrderBy Expressions
Josh Smeaton
2015-01-12
Fixed #9893 -- Allowed using a field's max_length in the Storage.
Pavel Shpilev
2015-01-10
Move % addition to lookups, refactor postgres lookups.
Marc Tamlyn
2015-01-08
Fixed #24020 -- Refactored SQL compiler to use expressions
Anssi Kääriäinen
2015-01-08
Simplified verbose_name_raw property
Claude Paroz
2015-01-07
Fixed null handling in Value expression
Josh Smeaton
2015-01-07
Refs #2443 -- Allowed creation of objects with NULL DurationFields
Michał Modzelewski
2015-01-07
Fixed #24078 -- Removed empty strings from GenericIPAddressField
Josh Smeaton
2015-01-06
Fixed #12663 -- Formalized the Model._meta API for retrieving fields.
Daniel Pyrathon
2015-01-05
Fixed #23861 -- Added an API to deprecate model fields.
Tim Graham
2015-01-05
Renamed flag for detecting managers built from QuerySets with as_manager().
Markus Holtermann
2015-01-02
Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions
Daniel Pyrathon
2015-01-01
Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.
Tim Graham
2014-12-31
Fixed #23758 -- Allowed more than 5 levels of subqueries
Piotr Pawlaczek
2014-12-31
Moved DatabaseCreation.data_types properties to DatabaseWrapper.
Tim Graham
2014-12-29
Fixed #23753 -- Oracle failure with Coalesce
Josh Smeaton
2014-12-27
Fixed #23753 -- Added a suite of SQL Functions
Josh Smeaton
2014-12-24
Fixed #10414 -- Made select_related() fail on invalid field names.
Niclas Olofsson
2014-12-23
Removed models.Field.bind() -- unused/undocumented since at least 1.0.
Tim Graham
2014-12-23
Fixed #21414 -- Removed RelatedObject and deprecated Field.related.
Anssi Kääriäinen
2014-12-23
Refs #2443 -- Move the durationfield converter logic.
Marc Tamlyn
2014-12-23
Fixed #24033 -- Use interval type on Oracle.
Marc Tamlyn
2014-12-20
Fixed #2443 -- Added DurationField.
Marc Tamlyn
2014-12-18
Refs #24020 -- return expressions from get_group_by_cols()
Anssi Kääriäinen
2014-12-17
Fixed #24007 -- Ensure apps registry's ready before unpickling models
Claude Paroz
2014-12-15
Fixed #23822 -- Added support for serializing model managers in migration
Markus Holtermann
2014-12-15
Changed internal storing of abstract and concrete managers to be in a single ...
Markus Holtermann
[prev]
[next]