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-09-25
Fixed #23551 -- Fixed bash autocompletion crash on Python 3.
Marco Buttu
2014-09-23
Fixed #18782 -- Prevented sql_flush to flush views
Claude Paroz
2014-09-12
Fixed #17101 -- Integrated django-secure and added check --deploy option
Tim Graham
2014-09-06
Fixed #22882 -- Fixed a UnicodeDecodeError in flush.
Tim Graham
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-09-02
Fixed #23302 -- Added --name/-n option to makemigrations command
Raffaele Salmaso
2014-08-28
Fixed #23379 -- Corrected a referencing issue in sql_create.
Simon Charette
2014-08-22
Fixed #23327 -- Added 'zero' syntax to migrate help message
areski
2014-08-18
Fixed #23136 -- Added a message when sqlclear does nothing
Gabriel Muñumel
2014-08-18
Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.
Baptiste Mispelon
2014-08-18
Merge pull request #3075 from ramiro/makemessages-ignore-windows
Ramiro Morales
2014-08-18
Fixed #23309 -- Fixed call_command to parse args correctly
Raffaele Salmaso
2014-08-15
Fixed #23298 -- Made makemessages actually ignore specified dirs on Windows.
Ramiro Morales
2014-08-14
Fixed #23291 -- Don't add Unicode varname/value to environment.
Ramiro Morales
2014-08-14
Fixed #23265 -- Used system-specific encoding in runserver
Claude Paroz
2014-08-13
Fixed flake8 warning.
Tim Graham
2014-08-12
Fixed #22985 -- Made call_command accept option name parameter
Claude Paroz
2014-08-09
Removed unused migrate option
Claude Paroz
2014-08-08
Fixed #22336 -- Added path matching for makemessages ignore option
Justin Hamade
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-07-30
Fixed #23107 -- Made runserver output respect --no-color.
areski
2014-07-29
Fixed #23092: Squashing handles external dependencies
Andrew Godwin
2014-07-29
Fixed #23090: Document and enforce not double-squashing migrations
Andrew Godwin
2014-07-27
Only warn about initial data if fixtures have been found.
Florian Apolloner
2014-07-25
Mark initial_data as deprecated separately from syncdb. Refs #23077.
Andrew Godwin
2014-07-18
Fixed #23028: Added unique_togther support to inspectdb.
Damien Nozay
2014-07-16
Ignored STATIC_ROOT and MEDIA_ROOT in makemessages
Claude Paroz
2014-07-14
Fixed #22791 -- Invoke interactive questioner only for conflicts in specified...
Huu Nguyen
2014-07-12
Removed extra newline.
Tim Graham
2014-07-11
Fixed #22983: Alert when squashing RunPython operations with referred functions.
Andrew Godwin
2014-07-06
Fixed #21079 -- Further normalized table names in inspectdb
Claude Paroz
2014-07-05
Fixed various minor doc typos / references.
Daniel Hahler
2014-06-23
Fixed #22487: Don't flush out data from before normal TestCases
Andrew Godwin
2014-06-22
Clean up syncdb parts of migrate output if no synced apps
Andrew Godwin
2014-06-20
Fixed #22862 -- Added --noinput option to makemigrations.
Huu Nguyen
2014-06-20
Swapped placeholders in [sql]migrate command error
Claude Paroz
2014-06-19
Fixed #22863: Improve clarity of makemigrations for non-db params
Andrew Godwin
2014-06-19
Fixed #22835 -- Deprecated NoArgsCommand.
Maxime Turcotte
2014-06-16
Fixed #22848: Ignore no-migrations errors during makemigrations only
Andrew Godwin
2014-06-14
Fixed #7762 -- Hidden full script name in command error output
Claude Paroz
2014-06-14
Restored command error behavior when called from command line
Claude Paroz
2014-06-14
Fixed several flake8 errors
Alex Gaynor
2014-06-14
Converted remaining management commands to argparse
Claude Paroz
2014-06-14
Converted test management command to argparse
Claude Paroz
2014-06-14
Fixed #19973 -- Replaced optparse by argparse in management commands
Claude Paroz
2014-06-10
Fixed #22770 -- Removed create_superuser from post_migrate signals.
Tim Graham
2014-06-08
Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-06-08
Fixed #22777: Add dependency on through for autodetected M2M adds
Andrew Godwin
2014-06-07
Fixed #22749: Making SQL management commands migration aware.
Víðir Valberg Guðmundsson
2014-06-01
Revert "Making SQL management commands migration aware."
Florian Apolloner
[prev]
[next]