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
Age
Commit message (
Expand
)
Author
2011-03-03
Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benrey...
Russell Keith-Magee
2011-03-03
Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...
Russell Keith-Magee
2011-02-21
Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate options ...
Luke Plant
2011-02-19
Fixed #15336 -- Silenced a warning about the DATABASES transition when a data...
Russell Keith-Magee
2011-02-19
Fixed #15327 -- Modified the Oracle test database signature method to allow f...
Russell Keith-Magee
2011-02-14
Fixed #15293 -- Updated the dummy backend to support the APIs introduced by r...
Russell Keith-Magee
2011-02-14
Fixed #15297 -- Corrected an attribute naming regressoin from fixing #9964. T...
Russell Keith-Magee
2011-02-12
Removed more redundant code from the debug cursor wrapper. Thanks to Ramiro f...
Russell Keith-Magee
2011-02-12
Fixed #15289 -- Removed a redundant __getattr__ implementation from the debug...
Russell Keith-Magee
2011-02-12
Fixed #13987 -- Ensure that the primary key is set correctly for all models t...
Russell Keith-Magee
2011-02-12
Fixed #9964 -- Ensure that all database operations make transactions dirty, n...
Russell Keith-Magee
2011-02-12
Changeset r15232 refactored transactions so that all transaction state is mai...
Russell Keith-Magee
2011-02-12
Fixed #15283 -- Made a minor performance tweak to __iter__. Thanks to lanyjie...
Russell Keith-Magee
2011-02-08
Fixed #13815 -- Ensure that reverse exclude lookups on nullable foreign keys ...
Russell Keith-Magee
2011-02-08
Fixed #15116 -- Strip ordering clause from in_bulk() queries, since ordering ...
Russell Keith-Magee
2011-02-06
Fixed #15230 -- added some more attributes to the dummy database backend.
Alex Gaynor
2011-02-02
Fixed #15029 -- Moved to database backends the ability to decide if two DATAB...
Ramiro Morales
2011-02-01
Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't ...
Russell Keith-Magee
2011-01-28
Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fields
Luke Plant
2011-01-27
Fixed #15173 -- fixed the tests when run under pypy.
Alex Gaynor
2011-01-26
Fixed #15161 - Corrected handling of ManyToManyField with through table using...
Carl Meyer
2011-01-26
Fixed Python 2.4 incompatibility introduced in r15249.
Carl Meyer
2011-01-26
Tweaked r15303 to avoid O(N) lookup of field name. Thanks to Alex's eagle eyes.
Carl Meyer
2011-01-26
Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d...
Carl Meyer
2011-01-26
Fixed #13159 -- properly quote aggregates in order_by.
Alex Gaynor
2011-01-26
Fixed #13206 -- call super().__init__() in Model.__init__ to allow mixins to ...
Alex Gaynor
2011-01-25
Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no...
Carl Meyer
2011-01-24
Fixed #14149: Initialize the Oracle connection.operators at connection time s...
Ian Kelly
2011-01-20
Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...
Carl Meyer
2011-01-19
Fixed #14896 -- Ensured that _meta.get_all_related_objects(include_hidden=Tru...
Carl Meyer
2011-01-19
Fixed #15118 - Corrected the deletion-ordering for inherited models.
Carl Meyer
2011-01-19
Avoid doing quadratic amounts of work during object deletion.
Alex Gaynor
2011-01-18
Refs #14661 -- Clarified the handling of initial data injected via custom SQL.
Russell Keith-Magee
2011-01-17
Refactor all uses of thread locals to be more consistant and sane.
Alex Gaynor
2011-01-16
Fixed #14707 -- Relax the protections on aggregate naming collisions when a V...
Russell Keith-Magee
2011-01-14
Cleaned up the ORM slightly.
Alex Gaynor
2011-01-13
Fixed #13668 -- Corrected database router methods invocation for ManyToMany f...
Ramiro Morales
2011-01-12
2 small optimizations: a) move an import out of a function, b) remove a cache...
Alex Gaynor
2011-01-11
Fixed #11293 -- fixed using Q objects to generate ORs with aggregates.
Alex Gaynor
2011-01-10
Fix wrong attribute name in [15156]. Thanks to Alex Gaynor for spotting this.
Andrew Godwin
2011-01-09
Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints...
Ramiro Morales
2011-01-08
Fixed #9029 -- Allow use of fieldname_id with get_or_create. Thanks to aaron ...
Andrew Godwin
2011-01-03
Fixed #15006 -- Removed some stray tabs in python code. Thanks to vanschelven...
Russell Keith-Magee
2010-12-22
Fixed #10154: Allow combining F expressions with timedelta values.
Karen Tracey
2010-12-21
Small performance tweak - avoid loading django.core.management in DB backend ...
Luke Plant
2010-12-21
Fixed #11675 -- Added support for the PyLibMC cache library. In order to supp...
Russell Keith-Magee
2010-12-21
Fixed #14921 -- Tweak changes made in r14861 for the Oracle backend so the te...
Ramiro Morales
2010-12-12
Fixed #12955 -- Use the size attribute of the file instead of len() to suppor...
Jannis Leidel
2010-12-08
Fixed error introduced in r14666 that results in the message reporting the te...
Ramiro Morales
2010-12-08
Fixed the world's ugliest syntax (that's not an actual error) that snuck in w...
Alex Gaynor
[next]