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
2014-04-21
[1.7.x] Appeased flake8 2.1.0.
Aymeric Augustin
2014-04-21
[1.7.x] Corrected many style guide violations that the newest version of flak...
Alex Gaynor
2014-04-18
[1.7.x] Adapted fixture read mode to file type
Claude Paroz
2014-04-18
[1.7.x] Fixed #22399 -- Forced fixture reading in binary mode
Claude Paroz
2014-04-10
[1.7.x] Fixed #22194 -- Added --list-tags option to check command.
Tim Graham
2014-03-25
[1.7.x] Fixed #22322 -- Fixed incorrect explanation of what managed=False does.
Tim Graham
2014-03-22
[1.7.x] Fixed #22256 -- Replaced bad fallback for missing PATH
Patrick Michaud
2014-03-18
Mentioned that ``dumpdata --natural`` is deprecated.
Daniel Hahler
2014-03-08
Fix bad conflict detection during makemigrations
Andrew Godwin
2014-03-08
Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings
Claude Paroz
2014-03-06
Added --previous flag to msgmerge command used by makemessages
Claude Paroz
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-02-18
Fixed #21732 -- Made compilemessages complain about non-writable location
Claude Paroz
2014-02-18
Removed BaseCommand.stdin introduced in 116d39842dab2569013856e9f3701a7cb6554...
Baptiste Mispelon
2014-02-17
Added the possibility to pass a stdin object to a management command.
Baptiste Mispelon
2014-02-12
Fixed #21856: Don't crash runserver when DATABASES = {}
Andrew Godwin
2014-02-12
Reverting unapplied migrations check away from being a system-level check.
Andrew Godwin
2014-02-12
Add --empty option to makemigrations
Andrew Godwin
2014-02-12
Fixed #22025 -- Listing app followed by app.Model in dumpdata command
Eli Bendersky
2014-02-09
Fixed #21969: Fix behaviour of initial_data with migrated apps
Andrew Godwin
2014-02-09
Fixed #21968: Bad detection of old-style apps to add initial migration
Andrew Godwin
2014-02-08
Remove check_migrations from the runserver command and use the new checks fra...
mlavin
2014-02-02
Ensure cursors are closed when no longer needed.
Michael Manfre
2014-01-28
Fixed #21849 -- Included the count of silenced system checks in output.
Tim Graham
2014-01-26
Fixed #21866 -- Replaced "COMMIT" in managmement command SQL with backend hook.
Wojciech BanaĆ
2014-01-26
Took advantage of the new get_model API. Refs #21702.
Aymeric Augustin
2014-01-25
Fixed #21873 -- Removed duplicate import.
Aymeric Augustin
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-17
Adjusted inspectdb management command to yield PEP 8-compliant output barring...
JustinTArthur
2014-01-13
Remove unneded open(.., 'U') when on python 3.
Marc Tamlyn
2014-01-12
Fixed #21770 -- Updated autocomplete for app-loading.
Aymeric Augustin
2014-01-12
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Aymeric Augustin
2014-01-06
Avoided catching ImproperlyConfigured on django.setup().
Aymeric Augustin
2014-01-02
Moved django.setup() to ManagementUtility
Claude Paroz
2014-01-01
Adjusted previous commit for Python 3.
Aymeric Augustin
2014-01-01
Fixed #21018 -- Reversed precedence order for management commands.
Aymeric Augustin
2014-01-01
Wiped get_commands() cache when INSTALLED_APPS changes.
Aymeric Augustin
2013-12-31
Oops.
Aymeric Augustin
2013-12-31
Called django.setup() explicitly in management commands.
Aymeric Augustin
2013-12-30
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-30
Merged Apps.populate_apps() and populate_models().
Aymeric Augustin
2013-12-30
Populated the app registry earlier at startup.
Aymeric Augustin
2013-12-29
Stopped calling get_models() for a side effect.
Aymeric Augustin
2013-12-29
Changed get_validation_errors to use an app config.
Aymeric Augustin
2013-12-29
Changed get_migratable_models to use an app config.
Aymeric Augustin
2013-12-29
Changed sql_* to use an app config instead of a models module.
Aymeric Augustin
2013-12-29
Removed unused import.
Aymeric Augustin
2013-12-29
Added AppConfig.get_models().
Aymeric Augustin
2013-12-29
Refactored the migration signals to use app configs.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
[next]