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
2013-07-27
[1.5.x] Optimisation in prefetch_related_objects
Luke Plant
2013-07-27
[1.5.x] Fixed #19607 - prefetch_related crash
Luke Plant
2013-05-21
[1.5.x] Fixed prefetch_related + pickle regressions
Anssi Kääriäinen
2013-05-20
[1.5.x] Fixed #20278 -- ensured .get() exceptions do not recurse infinitely
Anssi 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 errors
Gavin Wahl
2013-03-26
[1.5.x] Fixed #20091 -- Oracle null promotion for empty strings
Anssi Kääriäinen
2013-03-22
[1.5.x] Fixed #20094 - Be more careful when checking for Iterator
Marc 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 strings
Anssi Kääriäinen
2013-02-23
[1.5.x] Fixed empty strings + to_field regression on Oracle
Anssi Kääriäinen
2013-02-20
[1.5.x] Fixed #19672 -- Error in negated Q() filtering
Anssi 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 use
Anssi Kääriäinen
2013-02-10
[1.5.x] Fixed #19720 -- Oracle ordering related delete regression
Anssi Kääriäinen
2013-02-10
[1.5.x] Fixed #19638 -- Skipped tx support testing for some DBs
Anssi Kääriäinen
2013-02-10
[1.5.x] Fixed #19707 -- Reset transaction state after requests
Anssi Kääriäinen
2013-01-29
[1.5.x] Fixed typos in docs and comments
Tim Graham
2013-01-23
[1.5.x] Fixed #19652 -- Fixed .none() regression in related fields
Anssi 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 querying
Anssi Kääriäinen
2013-01-07
[1.5.x] Created special PostgreSQL text indexes when unique is True
Claude Paroz
2013-01-04
[1.5.x] Fixed #19192 -- Allowed running tests with dummy db backend
Claude Paroz
2013-01-03
Fixed #19426 -- Adapted EmptyQuerySet.distinct signature
Claude 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=True
Claude Paroz
2012-12-17
[1.5.x] Fixed #19197 -- fixed convert_values() for nullable numeric fields
Anssi 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 paths
Claude Paroz
2012-11-28
[1.5.x] Fixed #14694 again -- Made defer() works with reverse relations
Anssi Kääriäinen
2012-11-28
[1.5.x] Fixed #14694 -- Made ``defer()`` work with reverse relations
Tai Lee
2012-11-27
[1.5.x] Removed duplicate opts.pk_index() method
Anssi 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 objs
Anssi Kääriäinen
2012-11-24
[1.5.x] Fixed SQLite's collapsing of same-valued instances in bulk_create
Anssi Kääriäinen
2012-11-23
[1.5.x] Fixed #18375 -- Removed dict-ordering dependency for F-expressions
Anssi Kääriäinen
2012-11-17
[1.5.x] Fixed #18989 -- Removed unused condition in CursorWrapper
Claude Paroz
2012-11-15
[1.5.x] Fixed #19058 -- Fixed Oracle GIS crash
Anssi Kääriäinen
2012-11-13
Fixed select_related performance regressions
Anssi Kääriäinen
[next]