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-05-06
Added a bunch of missing unicode_literals
Claude Paroz
2014-05-02
Fixed #22435 -- Prevented adding a ManyToManyField from prompting for a default.
Tim Graham
2014-05-02
Fix migration autodector to work correctly with custom deconstructed values
Chris Beaven
2014-04-30
flake8 fixes.
Tim Graham
2014-04-30
Fixed #22485: Include all unmigrated apps in project state by default.
Andrew Godwin
2014-04-30
Fixed #22474 -- Made migration recorder aware of multiple databases
Claude Paroz
2014-04-26
Fixed #3214 -- Stopped parsing SQL with regex.
Aymeric Augustin
2014-04-20
Fixed flake8 errors.
Tim Graham
2014-04-18
Fixed #22397 -- Issues removing M2M field with explicit through model
Andrew Gorcester
2014-04-18
Revert "Fixed #22397 -- Issues removing M2M field with explicit through model."
Simon Charette
2014-04-17
Fixed #22397 -- Issues removing M2M field with explicit through model.
Andrew Gorcester
2014-04-13
Fixed #22350 -- Consistently serialize bytes and text in migrations.
Simon Charette
2014-04-03
Fixed #22363 -- Correctly serialize `django.utils.datetime_safe` objects.
Simon Charette
2014-03-31
Fixed #22319 -- Fixed migration external dependencies when there are internal...
Loic Bistuer
2014-03-25
Fixed #22331 -- Made MigrationAutodetector ignore unmanaged models.
Tim Graham
2014-03-25
Fixed #22331 -- Fixed migrations ProjectState to ignore unmanaged models.
Loic Bistuer
2014-03-25
Fixed #22300 -- Fixed crash in migrations when changing non-relational field ...
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
[prev]
[next]