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
2015-03-30
Fixed #24550 -- Added migration operation description to sqlmigrate output
Markus Holtermann
2015-03-29
Fixed #19259 -- Added group by selected primary keys support.
Simon Charette
2015-03-29
Refs #24366 -- Fixed recursion depth error in migration graph
Marten Kenbeek
2015-03-29
Refs #24366 -- Renamed arguments in MigrationGraph, renamed tests
Marten Kenbeek
2015-03-28
Fixed #24537 -- Ignored field order in RenameModel detection
Markus Holtermann
2015-03-26
Fixed #24505 -- Fixed clash with hidden m2m fields.
Marco Fucci
2015-03-25
Fixed #24394 -- Allowed running tests with empty default dictionary.
Andrei Kulakov
2015-03-25
Removed untouched branch in StateApps.__init__()
Alex Hill
2015-03-25
Fixed #24215 -- Refactored lazy model operations
Alex Hill
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-25
Renamed ForeignObject.related_field to target_field
Anssi Kääriäinen
2015-03-25
Removed field.field check in setup_joins()
Anssi Kääriäinen
2015-03-25
Refs #24267 -- Implemented lookups for related fields
Anssi Kääriäinen
2015-03-24
Fixed #24483 -- Prevented keepdb from breaking with generator choices.
David Szotten
2015-03-24
Removed getLogger alias in django.utils.log.
Tim Graham
2015-03-23
Fixed #12400 -- Allowed geometry fields in unique_together
Claude Paroz
2015-03-23
Fixed #24521 -- Added support for serializing frozensets in migrations.
Baptiste Mispelon
2015-03-23
Fixed #23697 -- Improved ForeignObject.get_lookup_constraint() error message.
Michael Blatherwick
2015-03-22
Fixed #24485 -- Allowed combined expressions to set output_field
Josh Smeaton
2015-03-22
Fixed #24508 -- Made annotations commutative
Josh Smeaton
2015-03-21
Fixed #24479 -- Added system check to prevent both ordering and order_wrt.
Jon Dufresne
2015-03-21
Removed double pop from meta_attrs.
Jon Dufresne
2015-03-21
Explicitly disable FK constraints in SQLite editor
Alex Hill
2015-03-21
Safer table alterations under SQLite
Alex Hill
2015-03-18
Fixed #24495 -- Allowed unsaved model instance assignment check to be bypassed.
Karl Hobley
2015-03-17
Fixed typo in refs #15579 comment.
Tim Graham
2015-03-17
Refs #24485 -- Renamed some expression types
Josh Smeaton
2015-03-17
Fixed #24486 -- Fixed error with datetime and DurationField arithmetic
Josh Smeaton
2015-03-17
Fixed #15579 -- Added ability to delete only child models in multi-table inhe...
Andriy Sokolovskiy
2015-03-09
Fixed #24171 -- Fixed failure with complex aggregate query and expressions
Anssi Kääriäinen
2015-03-08
Fixed #23407 -- Extended coverage of makemigrations --noinput option.
Marten Kenbeek
2015-03-08
Fixed #24397 -- Sped up rendering multiple model states.
Marten Kenbeek
2015-03-07
Fixed #24447 -- Made migrations add FK constraints for existing columns
Jean-Louis Fuchs
2015-03-06
Fixed #24420 -- Allowed ordering by case expressions
Josh Smeaton
2015-03-04
Fixed #24435 -- Prevented m2m field removal and addition in migrations when c...
Markus Holtermann
2015-03-02
Fixed MySQL build failure introduced by refs #24390.
Tim Graham
2015-03-02
Fixed #24390 -- Made migration index names deterministic.
László Károlyi
2015-02-27
Fixed #24418 -- Prevented crash in refresh_from_db with null fk
Claude Paroz
2015-02-23
Prevented makemigrations from writing in sys.path[0].
Aymeric Augustin
2015-02-23
Fixed #24381 -- removed ForeignObjectRel opts and to_opts
Anssi Kääriäinen
2015-02-23
Fixed #24366 -- Optimized traversal of large migration dependency graphs.
Marten Kenbeek
2015-02-22
Fixed signature of BaseDatabaseOperations.date_interval_sql() and document th...
Michael Manfre
2015-02-21
Fixed #24376 -- added verbose_name arg to UUIDField
Michael Angeletti
2015-02-20
Fixed typo in django/db/models/fields/files.py comment.
Don Kirkby
2015-02-20
Fixed #24328 -- cleaned up Options._get_fields() implementation
Anssi Kääriäinen
2015-02-20
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
Loic Bistuer
2015-02-20
Update converters to take a consistent set of parameters.
Marc Tamlyn
2015-02-20
Fixed #24343 -- Ensure db converters are used for foreign keys.
Marc Tamlyn
2015-02-19
Fixed #24307: Avoided redundant column nullability modifications on Oracle
Shai Berger
2015-02-18
Fixed #24291 - Fixed migration ModelState generation with unused swappable mo...
Marten Kenbeek
[prev]
[next]