This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-24 17:15:03 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
db
/
migrations
History
Andrew Godwin
8f6dff372b
Fixed
#22485
: Include all unmigrated apps in project state by default.
2014-04-30 12:25:12 -07:00
..
operations
Fixed
#3214
-- Stopped parsing SQL with regex.
2014-04-26 17:46:23 +02:00
__init__.py
…
autodetector.py
Fixed
#22485
: Include all unmigrated apps in project state by default.
2014-04-30 12:25:12 -07:00
executor.py
Fixed
#22485
: Include all unmigrated apps in project state by default.
2014-04-30 12:25:12 -07:00
graph.py
Fixed
#22485
: Include all unmigrated apps in project state by default.
2014-04-30 12:25:12 -07:00
loader.py
Fixed
#22485
: Include all unmigrated apps in project state by default.
2014-04-30 12:25:12 -07:00
migration.py
…
optimizer.py
…
questioner.py
…
recorder.py
Fixed
#22474
-- Made migration recorder aware of multiple databases
2014-04-30 16:53:20 +02:00
state.py
Fixed
#22485
: Include all unmigrated apps in project state by default.
2014-04-30 12:25:12 -07:00
writer.py
…