summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2013-09-14Fixed #21102 -- pickling a QuerySet with prefetches twiceMinjong Chung
2013-09-09[1.5.x] Fixed #20707 -- Added explicit quota assignment to Oracle test userСадовский Николай
2013-07-27[1.5.x] Optimisation in prefetch_related_objectsLuke Plant
2013-07-27[1.5.x] Fixed #19607 - prefetch_related crashLuke Plant
2013-05-21[1.5.x] Fixed prefetch_related + pickle regressionsAnssi Kääriäinen
2013-05-20[1.5.x] Fixed #20278 -- ensured .get() exceptions do not recurse infinitelyAnssi Kääriäinen
2013-05-10[1.5.x] Fixed #20025 -- Pointed to a MySQLdb fork for Python 3.Aymeric Augustin
2013-05-10[1.5.x] [py3] Stopped iterating on exceptions. Refs #20025.Aymeric Augustin
2013-04-05[1.5.x] Fixed #20207 -- Handle ManyToManyField with a unicode name correctly.Simon Charette
2013-03-29[1.5.x] Fixed spelling errorsGavin Wahl
2013-03-26[1.5.x] Fixed #20091 -- Oracle null promotion for empty stringsAnssi Kääriäinen
2013-03-22[1.5.x] Fixed #20094 - Be more careful when checking for IteratorMarc Tamlyn
2013-03-20[1.5.x] Revert "Fixed #19895 -- Made second iteration over invalid queryset r...Claude Paroz
2013-02-25[1.5.x] Fixed #19634 -- Added proper __hash__ methods.Aymeric Augustin
2013-02-24[1.5.x] Fixed #19688 -- Allow model subclassing with a custom metaclass using...Simon Charette
2013-02-23[1.5.x] Fixed #19895 -- Made second iteration over invalid queryset raise an ...Grzegorz Nosek
2013-02-23[1.5.x] Fixed Oracle regression in last_executed_query() with unicode stringsAnssi Kääriäinen
2013-02-23[1.5.x] Fixed empty strings + to_field regression on OracleAnssi Kääriäinen
2013-02-20[1.5.x] Fixed #19672 -- Error in negated Q() filteringAnssi Kääriäinen
2013-02-13[1.5.x] Removed try-except in django.db.close_connection()Anssi Kääriäinen
2013-02-10[1.5.x] Made custom m2m fields without through easier to useAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19720 -- Oracle ordering related delete regressionAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19638 -- Skipped tx support testing for some DBsAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen
2013-01-29[1.5.x] Fixed typos in docs and commentsTim Graham
2013-01-23[1.5.x] Fixed #19652 -- Fixed .none() regression in related fieldsAnssi Kääriäinen
2013-01-19[1.5.x] Fixed #19606 -- Adjusted cx_Oracle unicode detection.Jani Tiainen
2013-01-08[1.5.x] Fixed #19576 -- Use `six.with_metaclass` uniformously accross code base.Simon Charette
2013-01-08[1.5.x] Fixed #17541 -- Fixed non-saved/nullable fk queryingAnssi Kääriäinen
2013-01-07[1.5.x] Created special PostgreSQL text indexes when unique is TrueClaude Paroz
2013-01-04[1.5.x] Fixed #19192 -- Allowed running tests with dummy db backendClaude Paroz
2013-01-03Fixed #19426 -- Adapted EmptyQuerySet.distinct signatureClaude Paroz
2013-01-02[1.5.x] Fixed #19547 -- Caching of related instances.Aymeric Augustin
2012-12-28[1.5.x] Fix #19524 -- Incorrect caching of parents of unsaved model instances.Aymeric Augustin
2012-12-27[1.5.x] Fixed #19525 -- Reverted dcd4383107 and 05d333ba3b.Aymeric Augustin
2012-12-21[1.5.x] Refactored proxy model skipping in get_default_columns()Anssi Kääriäinen
2012-12-20[1.5.x] Fixed #19401 -- Ensure that swappable model references are case insen...Russell Keith-Magee
2012-12-18[1.5.x] Fixed #19441 -- Created PostgreSQL varchar index when unique=TrueClaude Paroz
2012-12-17[1.5.x] Fixed #19197 -- fixed convert_values() for nullable numeric fieldsAnssi Kääriäinen
2012-12-14[1.5.x] Fixed #2304 -- Documented TRANSACTIONS_MANAGED.Aymeric Augustin
2012-12-08[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-11-28[1.5.x] Fixed #14694 again -- Made defer() works with reverse relationsAnssi Kääriäinen
2012-11-28[1.5.x] Fixed #14694 -- Made ``defer()`` work with reverse relationsTai Lee
2012-11-27[1.5.x] Removed duplicate opts.pk_index() methodAnssi Kääriäinen
2012-11-27[1.5.x] Fixed #19362 -- Detected invalid use of @python_2_unicode_compatible.Aymeric Augustin
2012-11-24[1.5.x] Fixed #19806 -- Ensure that content types and permissions aren't crea...Russell Keith-Magee
2012-11-24[1.5.x] Fixed #19351 -- SQLite bulk_insert of more than 500 single-field objsAnssi Kääriäinen
2012-11-24[1.5.x] Fixed SQLite's collapsing of same-valued instances in bulk_createAnssi Kääriäinen
2012-11-23[1.5.x] Fixed #18375 -- Removed dict-ordering dependency for F-expressionsAnssi Kääriäinen
2012-11-17[1.5.x] Fixed #18989 -- Removed unused condition in CursorWrapperClaude Paroz