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
Age
Commit message (
Expand
)
Author
2013-12-17
Made it possible to create apps without a models module.
Aymeric Augustin
2013-12-17
Deprecated get_app().
Aymeric Augustin
2013-12-17
Deprecated get_apps().
Aymeric Augustin
2013-12-17
Deprecated get_app_package, get_app_path and get_app_paths.
Aymeric Augustin
2013-12-17
Removed unused attribute app_errors of the app cache.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-12-07
Fixed #21551 -- Reenabled loading fixtures from subdirectory
Claude Paroz
2013-12-05
Fix poor variable name (flake8 warning)
Andrew Godwin
2013-12-04
Migration VCS conflict detection and --merge for makemigrations
Andrew Godwin
2013-12-04
Add --dry-run option to makemigrations
Andrew Godwin
2013-12-04
Migrate prompts if you need makemigrations, runserver prompts for migrate
Andrew Godwin
2013-12-02
Fixed #13476 -- Added support for color in console output under Windows.
Ramiro Morales
2013-11-30
Fixed #21358 -- Allowed runserver on non-English locales
Claude Paroz
2013-11-30
Closed file after reading pot file
Claude Paroz
2013-11-30
Enabled makemessages to support several translation directories
Claude Paroz
2013-11-24
Fixed #21391 -- Allow model signals to lazily reference their senders.
Simon Charette
2013-11-23
Fixed #21488 -- Multiple locales treatment in i18n commands.
Ramiro Morales
2013-11-23
Fixed #21012 -- New API to access cache backends.
Curtis Maloney
2013-11-18
Fixed #21457 -- Allowed fixture file name to contain dots
Claude Paroz
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-11-02
Fixed #21375 -- related_name='+' clashed with other '+' names
Anssi Kääriäinen
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
Fixed E221 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 #19724 -- Output note when showing only core management commands
Claude Paroz
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 #21285 -- Fixed E121,E122 pep8 warnings
Alasdair Nicol
2013-10-17
Fixed #21284 -- Prevented KeyError swallowing in fetch_command
Claude Paroz
2013-10-17
Fixed #21280 -- Don't generate empty migration files
Javed Khan
2013-10-17
Fixed #21270 -- Fixed E701 pep8 warnings
Alasdair Nicol
2013-10-16
Add get_migratable_models util method to ConnectionRouter
Claude Paroz
2013-10-16
Fixed #19657 -- Made sql commands honor allow_migrate
Claude Paroz
2013-10-16
First pass on squashmigrations command; files are right, execution not.
Andrew Godwin
2013-10-14
Fixed #21269 -- Don't crash when CommandError contains non-ascii
Claude Paroz
[prev]
[next]