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
/
core
/
management
/
commands
Age
Commit message (
Expand
)
Author
2013-11-15
Configure settings sooner in makemessages
Claude Paroz
2013-11-11
Fixed #20990 -- Ensured unicode paths in compilemessages
Claude Paroz
2013-11-11
Fixed #21351 -- Replaced memoize with Python's lru_cache.
Bouke Haarsma
2013-11-06
Allow squashing of squashed migrations
Andrew Godwin
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-11-02
Fixed all E261 warnings
coagulant
2013-11-02
More attacking E302 violators
Alex Gaynor
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-10-30
Auto-apply initial migrations if their tables exist already.
Andrew Godwin
2013-10-26
Fixed up some more flake8 violations (this particular violation still has man...
Alex Gaynor
2013-10-23
Fixed E225 pep8 warnings.
Tim Graham
2013-10-22
Decode from UTF-8 explicitly when reading a text file in makemessages.
Ramiro Morales
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21267 -- Fixed E502 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21280 -- Don't generate empty migration files
Javed Khan
2013-10-16
Add get_migratable_models util method to ConnectionRouter
Claude Paroz
2013-10-16
First pass on squashmigrations command; files are right, execution not.
Andrew Godwin
2013-10-14
Fixed #15888 -- Made tablename argument of createcachetable optional
Claude Paroz
2013-10-11
Fixed #13252 -- Added ability to serialize with natural primary keys.
Tai Lee
2013-10-10
Whitespace cleanup.
Tim Graham
2013-10-01
Fixed #21209 -- .po file path comments on Windows.
Ramiro Morales
2013-09-22
Fixed "Address already in use" from liveserver.
Florian Apolloner
2013-09-17
Fixed #21115 -- Fixed NameError in migrate --list command
Markus Holtermann
2013-09-14
Fixed #21097 - Added DatabaseFeature.can_introspect_autofield
Michael Manfre
2013-09-11
Fixed #21090 -- Allowed backends to provide dotted field path to inspectdb.
Michael Manfre
2013-09-06
Fixed a number of flake8 errors -- particularly around unused imports and loc...
Alex Gaynor
2013-09-06
Merge pull request #1582 from rca/12756-missing-yaml-module-serializer-error-...
Russell Keith-Magee
2013-09-06
Add -l alias for migrate --list
Andrew Godwin
2013-09-06
Moved get_serializer() call in dumpdata command.
Roberto Aguilar
2013-09-06
Adding 'sqlmigrate' command and quote_parameter to support it.
Andrew Godwin
2013-09-06
Add --list option to migrate command
Andrew Godwin
2013-09-06
Fixed #20977 -- Fixed writing migrations to disk on Python 3
Markus Holtermann
2013-09-03
Fixed #21026 -- Corrected help for manage.py test command.
Carl Meyer
2013-08-30
Fixed #20989 -- Removed useless explicit list comprehensions.
Simon Charette
2013-08-21
Only create the migration directory once per app
Andrew Godwin
2013-08-21
Fixed #20933 -- Allowed loaddata to load fixtures from relative paths.
Florian Apolloner
2013-08-21
Change autodetector changes API to be just one method
Andrew Godwin
2013-08-12
Use DEFAULT_DB_ALIAS
Andrew Godwin
2013-08-10
Add clarifying comment
Andrew Godwin
2013-08-10
Print all bad apps passed to makemigrations, not just the first one.
Andrew Godwin
2013-08-09
Remove other color_style override
Andrew Godwin
2013-08-09
utils.importlib is deprecated
Andrew Godwin
2013-08-09
Remove useless override of self.style
Andrew Godwin
2013-08-09
Merge remote-tracking branch 'core/master' into schema-alteration
Andrew Godwin
2013-08-04
Deprecated SortedDict (replaced with collections.OrderedDict)
Curtis Maloney
2013-07-30
Added support for IPython.start_ipython in shell
MinRK
2013-07-30
Rename allow_syncdb to allow_migrate
Andrew Godwin
[prev]
[next]