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
/
tests
/
migrations
Age
Commit message (
Expand
)
Author
2014-04-21
[1.7.x] Appeased flake8 2.1.0.
Aymeric Augustin
2014-04-20
[1.7.x] Fixed flake8 errors.
Tim Graham
2014-04-18
[1.7.x] Fixed #22397 -- Issues removing M2M field with explicit through model
Andrew Gorcester
2014-04-16
[1.7.x] Fixed #22460 -- Explicity remove constraints when dropping a related ...
Motiejus Jakštys
2014-04-13
[1.7.x] Fixed #22350 -- Consistently serialize bytes and text in migrations.
Simon Charette
2014-04-03
[1.7.x] Fixed #22363 -- Correctly serialize `django.utils.datetime_safe` obje...
Simon Charette
2014-03-31
[1.7.x] Fixed #22319 -- Fixed migration external dependencies when there are ...
Loic Bistuer
2014-03-31
[1.7.x] Fixed #22359 -- Changing M2M field to blank=True failed on sqlite.
Loic Bistuer
2014-03-25
[1.7.x] Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models.
Loic Bistuer
2014-03-25
Revert "[1.7.x] Fixed #22331 -- Fixed migrations ProjectState to ignore unman...
Tim Graham
2014-03-25
[1.7.x] Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged mod...
Loic Bistuer
2014-03-25
[1.7.x] Fixed #22300 -- Fixed crash in migrations when changing non-relationa...
Stephen Burrows
2014-03-19
Fixed #22275: unique_together broken if ForeignKey split into new file.
Andrew Godwin
2014-03-11
Remove failing test while we fix the underlying bug
Andrew Godwin
2014-03-11
Fix AlterField migrations that are related to a RenameModel migration
Chris Beaven
2014-03-11
Fix autodetector creation of RenameModel migration to capitalize model names
Chris Beaven
2014-03-10
Fixed #22239 -- Add auto detection of renamed models
Chris Beaven
2014-03-08
Fixed #21843: Remove explicit ID column setting in test
Andrew Godwin
2014-03-08
Merge pull request #2315 from bendavis78/issues/22073
Andrew Godwin
2014-03-06
Fixed #22204: Bad circular-dep-breaking if more than one per run
Andrew Godwin
2014-03-04
Fixed three small flake8 violations.
Alex Gaynor
2014-03-05
Fixed #21893 -- ModelState didn't account for MTI parents inherited from abst...
Loic Bistuer
2014-03-05
Added tests for MTI in RunPython.
Loic Bistuer
2014-03-01
Fixed #22172 -- Allowed index_together to be a single list (rather than list ...
Anubhav Joshi
2014-03-01
Fixed #22168 -- Fixed migrations failing on sqlite when column names are SQL ...
Baptiste Mispelon
2014-02-23
Two whitespace changes to appease flake8
Alex Gaynor
2014-02-23
Fixed #22095 -- Enabled backward migrations for RunPython operations
Andrew Gorcester
2014-02-17
Fixed #22073 - Ensure CreateTable operation handles backwards migration corre...
Ben Davis
2014-02-17
Merge pull request #2270 from bmispelon/ticket-22030
Andrew Godwin
2014-02-14
Fixed #22035 -- reordered migration operations
Anton Baklanov
2014-02-13
Fixed #22030 -- Don't assume that all fields have a swappable_setting attribute.
Baptiste Mispelon
2014-02-13
Removed test for migration check forgotten in 7e941ba67ceab8a74ba50509d13ed42...
Baptiste Mispelon
2014-02-12
Fix my slightly hasty autodetector changes
Andrew Godwin
2014-02-09
Fixed #21954: Raise nice error when serializing datetimes with timezones
Andrew Godwin
2014-02-09
Removed unused imports + other flake8 fixes.
Tim Graham
2014-02-09
Fixed #21892: RunPython no longer accepts strings
Andrew Godwin
2014-02-08
Adding tests for check_migrations.
mlavin
2014-02-02
Fix regress added to migrations.test_operations.test_alter_field_pk_fk
Michael Manfre
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-01-22
Added some missing whitespace around arithmetic operators
Alex Gaynor
2014-01-22
Fixed #21852 -- Make migration writer serialize iterators
Markus Holtermann
2014-01-19
Fixed a small collection of flake8 violations that had snuck in
Alex Gaynor
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-19
Remove other unicode literal
Andrew Godwin
2014-01-19
Remove unicode prefix that snuck in
Andrew Godwin
2014-01-19
Fixed #21664: Multi-table inheritance was duplicating _ptr fields
Andrew Godwin
2014-01-19
Fixed #21783: (again) Found second source of bug, also squashed it.
Andrew Godwin
2014-01-20
Fixed #21323 -- Improved readability of serialized Operation.
Loic Bistuer
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2014-01-08
Make test stronger to hopefully fix odd Jenkins failure
Andrew Godwin
[next]