summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2011-09-10[1.2.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee
2011-03-10[1.2.X] Fixed #15559 - distinct queries introduced by [15607] cause errors wi...Luke Plant
2011-03-09[1.2.X] Fixed another case-sensitivity bug in Oracle introspection. This one...Ian Kelly
2011-03-09[1.2.X] Fixed a case-sensitivity bug in Oracle introspection that was prevent...Ian Kelly
2011-03-03[1.2.X] Fixed #12252 -- Ensure that queryset unions are commutative. Thanks t...Russell Keith-Magee
2011-02-21[1.2.X] Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate ...Luke Plant
2011-02-19[1.2.X] Fixed #15327 -- Modified the Oracle test database signature method to...Ramiro Morales
2011-02-19[1.2.X] Fixed #15336 -- Silenced a warning about the DATABASES transition whe...Russell Keith-Magee
2011-02-12[1.2.X] Fixed #13987 -- Ensure that the primary key is set correctly for all ...Russell Keith-Magee
2011-02-12[1.2.X] Fixed #15283 -- Made a minor performance tweak to __iter__. Thanks to...Russell Keith-Magee
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-02-02[1.2.X] Fixed #15029 -- Moved to database backends the ability to decide if t...Ramiro Morales
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-24[1.2.X] Fixed #14149: Initialize the Oracle connection.operators at connectio...Ian Kelly
2011-01-21[1.2.X] Added a modification missed in r15241 (backport of r15239 to this bra...Ramiro Morales
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
2011-01-03[1.2.X] Fixed #15006 -- Removed some stray tabs in python code. Thanks to van...Russell Keith-Magee
2010-12-13[1.2.X] Fixed #12955 -- Use the size attribute of the file instead of len() t...Jannis Leidel
2010-12-08[1.2.X] Fixed the world's ugliest syntax (that's not an actual error) that sn...Alex Gaynor
2010-12-08[1.2.X] Fixed #14870 -- don't catch AttributeErrors in database router method...Alex Gaynor
2010-12-08[1.2.X] Replaced an ImportError with ImproperlyConfigured in the Oracle backe...Ian Kelly
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-03[1.2.X] Fixed the Oracle environment variables not getting set correctly unde...Ian Kelly
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-21[1.2.X] Fixed #14453 -- Changed handling of microseconds part in typecast_tim...Ramiro Morales
2010-11-19[1.2.X] Corrected the way databases were compared. This allows running the t...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-12[1.2.X] Backport of r14537 from trunk.Ian Kelly