summaryrefslogtreecommitdiff
path: root/django/db/models
AgeCommit message (Expand)Author
2011-02-08[1.2.X] Fixed #13815 -- Ensure that reverse exclude lookups on nullable forei...Russell Keith-Magee
2011-02-08[1.2.X] Fixed #15116 -- Strip ordering clause from in_bulk() queries, since o...Russell Keith-Magee
2011-01-28[1.2.X] Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_f...Luke Plant
2011-01-26[1.2.X] Fixed #15161 - Corrected handling of ManyToManyField with through tab...Carl Meyer
2011-01-26[1.2.X] Fixed #6456 - Excised FileField file deletion to avoid data loss. Tha...Carl Meyer
2011-01-26[1.2.X] Fixed #13206 -- call super().__init__() in Model.__init__ to allow mi...Alex Gaynor
2011-01-26[1.2.X] Fixed #13159 -- properly quote aggregates in order_by. Backport of [...Alex Gaynor
2011-01-25[1.2.X] Fixed #11319 - Added lookup support for ForeignKey.to_field. Also rev...Carl Meyer
2011-01-16[1.2.X] Fixed #14707 -- Relax the protections on aggregate naming collisions ...Russell Keith-Magee
2011-01-14[1.2.X] Fixed #14948 -- Fixed a couple of cases where invalid model classes w...Ramiro Morales
2011-01-13[1.2.X] Fixed #13668 -- Corrected database router methods invocation for Many...Ramiro Morales
2011-01-13[1.2.X] Fixed #14951 -- Made the unique_for_{date,month,year} model field con...Ramiro Morales
2011-01-11[1.2.X] Fixed #11293 -- fixed using Q objects to generate ORs with aggregates...Alex Gaynor
2011-01-10[1.2.X] Fix wrong attribute name in [15156]. Thanks to Alex Gaynor for spotti...Andrew Godwin
2011-01-08[1.2.X] Fixed #9029 -- Allow use of fieldname_id with get_or_create. Thanks t...Andrew Godwin
2010-12-13[1.2.X] Fixed #12955 -- Use the size attribute of the file instead of len() t...Jannis Leidel
2010-12-04[1.2.X] Normalized the name order of arguments. There's no actual bug here, o...Russell Keith-Magee
2010-12-03[1.2.X] Fixed #14700 -- ensure that a raw query is only executed once per ite...Alex Gaynor
2010-12-01[1.2.X] Fixed a bug in date queries with GIS backends introduced in [14716]. ...Alex Gaynor
2010-11-26[1.2.X] Fixed a suite of errors in the ORM -- a) fixed calling values_list()....Alex Gaynor
2010-11-24[1.2.X] Fixed #14700 - speed up RawQuerySet iterator.Luke Plant
2010-11-23[1.2.X] Fixed #14697 - speeded up model instance creation by moving work outs...Luke Plant
2010-11-22[1.2.X] Fixed #14754 -- corrected using an aggregate in an F expressions when...Alex Gaynor
2010-11-18[1.2.X] Fixed pk uniqueness validation for new objects created outside of a M...Carl Meyer
2010-11-18[1.2.X] Fixed #14234 -- Re-validating a model instance added via ModelForm no...Carl Meyer
2010-11-17[1.2.X] Fixed #14423 -- corrected incorrect SQL being generated when a nullab...Alex Gaynor
2010-11-17[1.2.X] Fixed #11369 -- Corrected verbose_name_plural model Meta option to be...Ramiro Morales
2010-11-17[1.2.X] Fixed #12687 -- fixed an issue with aggregates and counts in conjunct...Alex Gaynor
2010-11-16[1.2.X] Fixed #14691 -- Made ForeignKey.validate() use the right database. Th...Ramiro Morales
2010-11-02[1.2.X] Fixed #10728 -- corrected subclassing of Fields who use the SubfieldB...Alex Gaynor
2010-10-28[1.2.X] Fixed #14471 -- Corrected a regression in the use of methods on custo...Russell Keith-Magee
2010-10-10[1.2.X] Refs #11256 -- Extended the annotation field name conflict check to c...Carl Meyer
2010-10-09[1.2.X] Added sanity-checking of annotation alias names. Backport of [14092] ...Carl Meyer
2010-10-09[1.2.X] Fixed #14366 -- Model.objects.none().values() now correctly returns a...Alex Gaynor
2010-10-09[1.2.X] Fixed #11509 -- Modified usage of "Web" to match our style guide in v...Russell Keith-Magee
2010-10-08[1.2.X] Fixed #13241. order_with_respect_to now works with ForeignKeys who r...Alex Gaynor
2010-10-08[1.2.X] Fixed #10970 -- Initialize DateFields with datetime.date objects, not...Jannis Leidel
2010-09-26[1.2.X] Fixed #14280 -- Fixed duplicate import of deepcopy. Thanks, Carl Meyer.Jannis Leidel
2010-09-16[1.2.X] Committing missing files from [13859].Ian Kelly
2010-09-13[1.2.X] Fixed #11594 - Inaccurate docstring for WhereNode.add()Luke Plant
2010-08-17[1.2.X] Fixed #14102 -- Ensure that fields that have been excluded from a for...Russell Keith-Magee
2010-08-07[1.2.X] Fixed #13516 -- Added an internal type definition for AutoFields, so ...Russell Keith-Magee
2010-08-05[1.2.X] Fixed #13613 -- Ensure that forms.URLField and forms.EmailField are u...Russell Keith-Magee
2010-07-30[1.2.X] Fixed #13882 -- Removed an unnecessary nested where clause introduced...Russell Keith-Magee
2010-07-30[1.2.X] Fixed #13730 -- Removed the hard-coding of the requirement that Forei...Russell Keith-Magee
2010-05-11Fixed #13513 -- Ensured that queries collecting deleted objects are issued on...Russell Keith-Magee
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-30Fixed #12851 -- Another attempt at fixing select_related() with inherited mod...Russell Keith-Magee
2010-04-30Fixed #13449 -- Corrected typo in comment. Thanks stephaner.Russell Keith-Magee
2010-04-30Fixed #12851 -- Corrected the loading of values when select_related() is used...Russell Keith-Magee