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