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-06-13
Fixed #16246 -- Fixed GenericIPAddressField tests on PostgreSQL.
Jannis Leidel
2011-06-13
Removed duplicate entry in introspection PostgreSQL db backend.
Jannis Leidel
2011-06-13
Refs #16234: Avoid GenericIPAddressField clobbering Field default_error_messa...
Karen Tracey
2011-06-11
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...
Jannis Leidel
2011-06-10
More removal of poorly legible constructs to workaround Python 2.4 shortcomings.
Ramiro Morales
2011-06-09
Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...
Ramiro Morales
2011-06-09
Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le...
Andrew Godwin
2011-06-07
Made clear() on a reverse foreign key significantly more efficient. Thanks t...
Alex Gaynor
2011-05-30
Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keys
Luke Plant
2011-05-21
Fixed #11789 -- Fixed aggregates so it interacts with QuerySet none() in a wa...
Ramiro Morales
2011-05-21
Fixed #14476 -- Fixed resolution of automatically generated annotation names ...
Ramiro Morales
2011-05-15
Fixed #15790 -- Fixed QuerySet only() and defer() methods behavior with proxy...
Ramiro Morales
2011-05-10
Fixed #13648 - '%s' escaping support for sqlite3 regression.
Luke Plant
2011-05-07
Fixed #15709 - Duplicated group_by condition
Luke Plant
2011-05-05
Fixed #15823 - incorrect join condition when combining Q objects
Luke Plant
2011-05-03
Fixed #5931 -- Added __repr__ to db fields. Thanks, Thomas Güttler, emulbreh...
Jannis Leidel
2011-05-03
Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...
Jannis Leidel
2011-04-27
Refs #15093 -- Fixed another get_models call missed in r16053. Thanks Luke fo...
Carl Meyer
2011-04-27
Fixed #15903 -- Allowed not-installed models to still be referenced in relate...
Carl Meyer
2011-04-22
Fixed #14729 -- RawQuerySet.__repr__ fails when params passed as list. Thanks...
Jannis Leidel
2011-04-22
Fixed #14091 - be more correct about logging queries in connection.queries.
Jacob Kaplan-Moss
2011-04-22
Fixed #11283 -- Made sure that latest() clears previously specified ordering ...
Jannis Leidel
2011-04-20
Fixed #2705: added a `select_for_update()` clause to querysets.
Jacob Kaplan-Moss
2011-04-20
Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning...
Carl Meyer
2011-04-18
Fixed #15534: Made the Oracle runtime test for regex capabilities use the !Da...
Ian Kelly
2011-04-15
Fixed #15573: Forced the default site id to be 1 when creating test databases...
Ian Kelly
2011-04-11
Made some negligible docstring fixes while I was poking around in the depths ...
Adrian Holovaty
2011-04-11
Fixed incorrect usage of its in query.py docstring
Adrian Holovaty
2011-04-05
Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...
Ramiro Morales
2011-04-02
Fixed #15743 -- Fixed tense in a docstring in db/models/base.py. Thanks, jMyles
Adrian Holovaty
2011-04-02
Removed deprecated XMLField.
Russell Keith-Magee
2011-04-02
Deprecated the psycopg-based postgresql database backend.
Russell Keith-Magee
2011-04-02
Removed deprecated DB backend functions for creating m2m tables.
Russell Keith-Magee
2011-03-30
Removed legacy handing for `settings.DATABAS_*` and using short-form referenc...
Alex Gaynor
2011-03-30
Removed deprecated legacy connection handling for `Field.get_db_*`.
Alex Gaynor
2011-03-28
Fixed #15702 -- Corrected problem in test suite introduced by Python 2.4 chan...
Russell Keith-Magee
2011-03-28
Move the Python 2.5 specific tests out of their own special files now that 2....
Alex Gaynor
2011-03-28
Simplified sqlite backend ImproperlyConfigured check now that we don't suppor...
Adrian Holovaty
2011-03-28
Removed a bunch more Python 2.4 workarounds now that we don't support that ve...
Adrian Holovaty
2011-03-26
Fixed #15647 -- Changed in_bulk() not to type check its input, which now allo...
Adrian Holovaty
2011-03-17
Fixed #15621 -- Fixed potentially confusing error message in db backend loadi...
Adrian Holovaty
2011-03-16
Changed django/db/utils.py load_backend() to call sorted() instead of .sort()...
Adrian Holovaty
2011-03-14
Fixed #14733: no longer "validate" .raw() queries.
Jacob Kaplan-Moss
2011-03-14
Fixed #15601 -- Corrected a weird typo. Thanks, jMyles
Adrian Holovaty
2011-03-14
Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it ...
Adrian Holovaty
2011-03-10
Fixed #15559 - distinct queries introduced by [15607] cause errors with some ...
Luke Plant
2011-03-09
Fixed another case-sensitivity bug in Oracle introspection. This one was har...
Ian Kelly
2011-03-09
Fixed a case-sensitivity bug in Oracle introspection that was preventing insp...
Ian Kelly
2011-03-08
Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...
Ian Kelly
2011-03-03
Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benrey...
Russell Keith-Magee
[prev]
[next]