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-09-03
Fixed #18757, #14462, #21565 -- Reworked database-python type conversions
Marc Tamlyn
2014-09-02
Fixed #23302 -- Added --name/-n option to makemigrations command
Raffaele Salmaso
2014-09-02
Fixed #22918 -- Fixed SeparateDatabaseAndState crash
Dave Hall
2014-08-30
Fixed #23370 -- defer() + select_related() crashed with inherited models.
Akis Kesoglou
2014-08-30
Fixed #23384 -- Allowed overriding part of a dictionary-type setting
Claude Paroz
2014-08-29
Fixed #23313 -- Corrected repr(RawQuery) with dict parameters.
Andrew Torpedov
2014-08-28
Factorize some code using ContextDecorator.
Thomas Chaumeny
2014-08-27
Fixed #23357 -- Added small int introspection support to MySQL backend.
Jon Dufresne
2014-08-25
Made main user disconnect after creating test user/tablespaces on Oracle
Shai Berger
2014-08-23
Fixed #23341 -- Added migration name to nonexistent migration error in makemi...
Raffaele Salmaso
2014-08-22
Added docstring forgotten in 56252e7.
Shai Berger
2014-08-22
Fixed schema test for Oracle 11.2.0.1 which is used in Django Project's CI.
Shai Berger
2014-08-20
Fixed #23322 -- Use resolved swappable model for dependency resolution during...
Markus Holtermann
2014-08-19
Fixed #23315: Operational dependency fail with mixed create/add
Andrew Godwin
2014-08-19
Fixed #23316 -- Added datetime.time serialization in migrations.
Lee Sanghyuck
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
[prev]
[next]