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
/
migrations
Age
Commit message (
Expand
)
Author
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-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-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
Mark model renaming as irreversible for now (#22248)
Andrew Godwin
2014-03-19
Fixed #22275: unique_together broken if ForeignKey split into new file.
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
Fix bad conflict detection during makemigrations
Andrew Godwin
2014-03-06
Don't allow really long migration names
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-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-03-01
Fixed #22172 -- Allowed index_together to be a single list (rather than list ...
Anubhav Joshi
2014-02-28
Fix keyword agument names in RunPython to be positional
Andrew Godwin
2014-02-23
Fixed #22095 -- Enabled backward migrations for RunPython operations
Andrew Gorcester
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-12
Fix my slightly hasty autodetector changes
Andrew Godwin
2014-02-12
Remove redunant code from RunPython operation
Andrew Godwin
2014-02-09
Fixed #21868: Don't die when seeing py3 namespace packages for mig dirs
Andrew Godwin
2014-02-09
Fixed #21958: Handle dependencies for swappable models in AddField
Andrew Godwin
2014-02-09
Fixed #21968: Bad detection of old-style apps to add initial migration
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
Fixed #21674 -- Deprecated the import_by_path() function in favor of import_s...
Berker Peksag
2014-02-05
Fix pep8 violation in migration template.
Marc Tamlyn
2014-01-27
Fixed #21874 -- Require Django applications to have a filesystem path.
Carl Meyer
2014-01-27
Fixed #21872: Not detecting dependencies from M2M fields
Andrew Godwin
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-24
Fix soft-apply detection of migrations with dependencies
Andrew Godwin
2014-01-22
Fixed #21852 -- Make migration writer serialize iterators
Markus Holtermann
2014-01-19
Fixed #21290: Documented migration serializing and improved error
Andrew Godwin
2014-01-19
Fixed #21664: Multi-table inheritance was duplicating _ptr fields
Andrew Godwin
2014-01-19
Fixed #21786: Bad behaviour when mixins + abstract bases for migrations
Andrew Godwin
2014-01-19
Fixed #21783: (again) Found second source of bug, also squashed it.
Andrew Godwin
2014-01-19
Merge pull request #1681 from loic/migrations.format
Andrew Godwin
2014-01-20
Fixed #21323 -- Improved readability of serialized Operation.
Loic Bistuer
2014-01-19
Fix unicode default input on py3
Andrew Godwin
2014-01-19
Implement swappable model support for migrations
Andrew Godwin
2014-01-16
Fixed #21784: Correctly decode stdin input for migration defaults
Andrew Godwin
[next]