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
2014-08-19
Replaced HAS_SPATIAL_DB by testing database feature
Claude Paroz
2014-08-14
Fixed #23288: deconstruct() ignoring related_name
Andrew Godwin
2014-08-13
Fixed #22646: Added support for the MySQL ssl-ca option to dbshell.
zsoldosp
2014-08-12
Fixed #23275: Unmanaged models kept by autodetector, ignored by ops
Andrew Godwin
2014-08-12
Avoided creation of deferred model from another deferred model
Anssi Kääriäinen
2014-08-12
Fixed #23001 -- Fixed mixing defer and annotations
Josh Smeaton
2014-08-11
Fixed #16426 -- deletion of 1000+ objects with relations on SQLite
Anssi Kääriäinen
2014-08-11
Fixed #23266 -- Prevented queries caused by type checking lookup values
Anubhav Joshi
2014-08-11
Fixed #23259 -- Corrected insertion order of extra() select_params
Rajiv Makhijani
2014-08-10
Made sqlite's remove_field behave like the base backend.
Florian Apolloner
2014-08-09
Removed unused migrate option
Claude Paroz
2014-08-09
Fixed #23264: Schema backends honour db_constraint
Andrew Godwin
2014-08-08
Don't treat .pyc/pyo files as migrations. Refs #23237 among others.
Andrew Godwin
2014-08-07
Fixed flake8 warning.
Tim Graham
2014-08-07
Use smart_text rather than naive forcing-to-unicode for state reading
Andrew Godwin
2014-08-07
Fixed #23226: Model options appearing as bytes type in migrations
Andrew Godwin
2014-08-07
Moved index dropping after FK dropping to please MySQL and fix test
Andrew Godwin
2014-08-07
Fixed #23244: Error altering FK to non-FK in migrations
Andrew Godwin
2014-08-06
Fixed #21603 -- Fixed complex RawQuerySets queries on some versions of SQLite.
Alex Hill
2014-08-05
Removed code that assumed BooleanField could be null.
Tim Graham
2014-08-05
Fixed #23061: Avoided setting a limit on a query for get with select_for_upda...
Shai Berger
2014-08-04
Fixed #16311 -- Added a RelatedOnlyFieldListFilter class in admin.filters.
Stanislas Guerra
2014-08-04
Fixed #22234 -- Replaced OS-specific code with subprocess.call() in dbshell.
Mihail Milushev
2014-08-04
Fixed #23091: CreateModel and AddField were clashing with deferred SQL
Andrew Godwin
2014-08-03
Fixed #23160 -- Correctly rename models with self referential fields.
Simon Charette
2014-08-03
Removed unnecessary code in ManyToManyField.deconstruct()
Baptiste Mispelon
2014-08-03
Added missing logic to TimeField.deconstruct().
Baptiste Mispelon
2014-08-03
Fixed #23156 -- Added missing BinaryField.deconstruct() method.
Baptiste Mispelon
2014-08-02
Fixed #23144 -- Dropped support for MySQL 5.0, 5.1.
Tim Graham
2014-08-01
Fixed #23145 -- Dropped support for Oracle < 11.1
Tim Graham
2014-08-01
Fixed #23108 -- Dropped support for PostgreSQL 8.4 & PostGIS 1.3, 1.4.
Tim Graham
2014-08-01
Fixed #21940 -- Added kwargs to contribute_to_class() of model fields..
Mitar
2014-07-31
Fixed flake8 warnings.
Tim Graham
2014-07-30
Fixed #23112 -- Field.get_choices tries to index an iterable
areski
2014-07-29
Fixed #23092: Squashing handles external dependencies
Andrew Godwin
2014-07-29
Fixed #23101: Prefer doing deletes before creates in autodetector.
Andrew Godwin
2014-07-29
Fix soft_applied in a way that doesn't break tests
Andrew Godwin
2014-07-29
Make detect_soft_applied exit correctly on non-create migrations
Andrew Godwin
2014-07-28
Fixed #23121: AlterModelOptions operation not changing state right
Andrew Godwin
2014-07-28
Fixed #23100: Individual FK creation missing dependencies
Andrew Godwin
2014-07-28
Fixed #23074 -- Avoided leaking savepoints in atomic.
Aymeric Augustin
2014-07-27
Fixed #23098 -- Checked that lazy choices are not evaluated too soon
Florian Apolloner
2014-07-26
Fixed #23101 db_table wasn't copied in deconstruct
Abraham Martin
2014-07-26
Fixed #22944: Bad dependency on FK alteration in autodetector
Andrew Godwin
2014-07-26
Fixed #22873 -- Renamed use_debug_cursor to force_debug_cursor to clarify the...
areski
2014-07-26
Fixed #22887 -- Added comment for translators on unique_for_date error message
Federico Frenguelli
2014-07-25
Fixed #23085: Better error message for PostGIS 1.5/bad custom fields
Andrew Godwin
2014-07-25
Restore support for reading __latest__ for compatability
Andrew Godwin
2014-07-25
Fixed #23093: soft application detection for swapped models
Andrew Godwin
2014-07-25
Merge pull request #2938 from dekkers/ticket_23071
Andrew Godwin
[prev]
[next]