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