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-23
Fixed #20761 -- Fixed DatabaseError handling in get_or_create and update_or_c...
Loic Bistuer
2013-07-23
Minor change to get_extra_descriptor_filter()
Anssi Kääriäinen
2013-07-23
Fixed #20782 -- qs.values().aggregate() failure
Anssi Kääriäinen
2013-07-22
Make migrate command recognise prefixes and 'zero'.
Andrew Godwin
2013-07-22
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-16
Fixed #14007 -- Added model discovery in models module without the need to sp...
Tim Graham
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2013-07-12
Fixed #20740 -- GenericIPAddressField should pass protocol to formfield()
Tim Graham
2013-07-12
Fixed #20429 -- Added QuerySet.update_or_create
Karol Sikora
2013-07-09
Fixed #17339 -- Factor out has_result into database backend.
Tim Graham
2013-07-08
Fixed last_executed_query test failure on Oracle
Shai Berger
2013-07-08
Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows.
Tim Graham
2013-07-08
fixed a mis-importt in mysql/base.py
Alex Gaynor
2013-07-08
A large number of stylistic cleanups across django/db/
Alex Gaynor
2013-07-08
Fixed a bug I introduced in my previosu ommit.
Alex Gaynor
2013-07-08
Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors.
Alex Gaynor
2013-07-08
Removed some logic that wasn't needed following removal of some deprecated code.
Alex Gaynor
2013-07-02
Make get_constraints return columns in order
Andrew Godwin
2013-07-02
Add AlterIndexTogether operation
Andrew Godwin
2013-07-02
Fix get_constraints to do multi-column indexes properly on pg
Andrew Godwin
2013-07-02
Fix combined alters on PostgreSQL
Andrew Godwin
2013-07-02
Support for index_together in schema backends
Andrew Godwin
2013-07-02
Autodetection of unique_together changes
Andrew Godwin
2013-07-02
Add unique_together altering operation
Andrew Godwin
2013-07-02
Merge branch 'master' into schema-alteration
Andrew Godwin
2013-07-01
Removed some conditional code only needed under Python 2.6.
Aymeric Augustin
2013-06-30
Removed a comment that wasn't adding a value.
Alex Gaynor
2013-06-30
Introduced getters for connection.autocommit and .needs_rollback.
Aymeric Augustin
2013-06-29
Advanced deprecation warnings for Django 1.7.
Aymeric Augustin
2013-06-29
Fixed #18592 -- Prevented crash when accessing MySQL _last_executed
Claude Paroz
2013-06-29
Fixed #20660 -- Do not try to delete an unset FieldFile
Claude Paroz
2013-06-28
Removed 'depth' .select_related() argument as per deprecation TL.
Ramiro Morales
2013-06-28
Fix Python 3 support
Andrew Godwin
2013-06-28
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-06-28
Ported over Field.deconstruct() from my schema alteration branch.
Andrew Godwin
2013-06-28
Support 'pyformat' style parameters in raw queries, Refs #10070
Shai Berger
2013-06-27
Fixed #20571 -- Added an API to control connection.needs_rollback.
Aymeric Augustin
2013-06-27
Add related_query_name to ForeignKey/M2M. Refs #20244
Andrew Godwin
2013-06-26
Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()
Loic Bistuer
2013-06-26
Fixed #20462 -- null/non-string regex lookups are now consistent
Andrew Clark
2013-06-25
Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Simon Charette
2013-06-22
Autodetect ForeignKeys and add dependencies/split on circulars
Andrew Godwin
2013-06-22
Fixed #20587 -- Made convert_values handle None values
Gilberto Gonçalves
2013-06-22
Remove EmailField max_length default removal in deconstruct()
Andrew Godwin
2013-06-21
Prompt about renames rather than doing them automatically
Andrew Godwin
2013-06-20
Autodetect field renames. HAHAHA. AHAHAHAHA. YES.
Andrew Godwin
2013-06-20
Autodetect field alters
Andrew Godwin
2013-06-20
Add AlterField and RenameField operations
Andrew Godwin
2013-06-20
Add operation that renames tables
Andrew Godwin
2013-06-19
Better naming, and prompt for NOT NULL field addition
Andrew Godwin
[prev]
[next]