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-06-16
Fixed #22851: BinaryView wasn't getting a binary default
Andrew Godwin
2014-06-16
Renamed DatabaseFeature.supports_check_constraints to supports_column_check_c...
Tim Graham
2014-06-16
Ignore more blank throughs on swapped-out M2Ms
Andrew Godwin
2014-06-16
Ignore through being None on some special cases of fields.
Andrew Godwin
2014-06-16
Fixed flake8 error.
Tim Graham
2014-06-16
Fixed #22847: Optimizer wasn't expecting unresolved FKs
Andrew Godwin
2014-06-16
Fixed #22783: Make sure swappable models come first in creation
Andrew Godwin
2014-06-16
Fixed #22848: Ignore no-migrations errors during makemigrations only
Andrew Godwin
2014-06-16
Use __first__ not __latest__ for unknown app dependencies
Andrew Godwin
2014-06-16
Fixed #22788 -- Ensured custom migration operations can be written.
Matthew Schinckel
2014-06-16
Fixed #22844: Duplicate SQL for SQLite FKs
Andrew Godwin
2014-06-15
Fixed several flake8 errors
Alex Gaynor
2014-06-15
Fixed #22568: Better proxy model support in migrations
Andrew Godwin
2014-06-15
Fixed #22470: Full migration support for order_with_respect_to
Andrew Godwin
2014-06-15
Persist non-schema-relevant Meta changes in migrations
Andrew Godwin
2014-06-15
Fixed #22833: Autodetector not doing through mapping correctly
Andrew Godwin
2014-06-15
Fixed #22563: Added migration to admin, fixed a few more loader issues.
Andrew Godwin
2014-06-15
Improve error message for missing migrations in an app
Andrew Godwin
2014-06-15
Merge pull request #2806 from jorgecarleitao/issue22826
Marc Tamlyn
2014-06-14
Improved code style of Query.table_alias() usage.
Jorge C. Leitão
2014-06-14
Removed unnecessary attribute assigment to SQLCompiler.
Jorge C. Leitão
2014-06-14
Fixed #22826 -- Improved internal usage of Query.setup_joins.
Jorge C. Leitão
2014-06-14
Fixed #22816 -- Corrected Oracle feature flag and fixed introspection test
Shai Berger
2014-06-13
Added django.utils.six.buffer_types
Shai Berger
2014-06-12
Fix test breakage from previous state fix
Andrew Godwin
2014-06-12
Fixed #22823 (and partly #22563) - FKs from unmigrated apps breaking state.
Andrew Godwin
2014-06-12
Silenced deprecation warnings for refs #22811 and fixed build.
Tim Graham
2014-06-12
Fixed #22811 -- Allowed setting both the old and new TEST database settings.
Tim Graham
2014-06-11
Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets f...
Anubhav Joshi
2014-06-09
Dropped support for SpatiaLite < 2.4.
Tim Graham
2014-06-09
Fixed #20420 -- Normalized query counts on Oracle.
Aymeric Augustin
2014-06-09
Simplified handling of use_debug_cursor.
Aymeric Augustin
2014-06-09
Tweaked order of create_test_db arguments for backwards compatibility.
Tim Graham
2014-06-08
Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-06-08
Fixed #22777: Add dependency on through for autodetected M2M adds
Andrew Godwin
2014-06-07
Fixed #22750, #22248: Model renaming now also alters field FKs
Andrew Godwin
2014-06-07
Removed usage of deprecated django.utils.importlib.
Tim Graham
2014-06-07
Fixed #22436: More careful checking on method ref'ce serialization
Andrew Godwin
2014-06-07
Fixed #17427 -- Removed dubious definition of connections equality.
Aymeric Augustin
2014-06-07
Fixed #3711, #6734, #12581 -- Bounded connection.queries.
Aymeric Augustin
2014-06-06
Fixed flake8 errors.
Tim Graham
2014-06-06
Merge pull request #2764 from gchp/ticket-20550
Aymeric Augustin
2014-06-05
Prevent operation pollution by later operations of fields
Andrew Godwin
2014-06-05
Rewrote migration autodetector to involve actual computer science.
Andrew Godwin
2014-06-05
Merge pull request #2736 from SmileyChris/migration-run_before
Andrew Godwin
2014-06-06
Replaced an explicit vendor check by a feature flag.
Aymeric Augustin
2014-06-05
Fixed #20550 -- Added keepdb argument to destroy_test_db
Greg Chapple
2014-06-05
Fixed #10811 -- Made assigning unsaved objects to FK, O2O, and GFK raise Valu...
Anubhav Joshi
2014-06-05
Added a flag for the ability to introspect nullable fields.
Aymeric Augustin
2014-06-02
Fixed #22690 -- Added a check for proxy models containing fields.
Craig de Stigter
[prev]
[next]