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
2014-12-08
Fixed #20968 -- Checked Spatialite metadata before migrations
Claude Paroz
2014-12-08
Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...
Jon Dufresne
2014-12-02
Tweaked fix for refs #23946; thanks Claude.
Tim Graham
2014-12-02
Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.
Andriy Sokolovskiy
2014-11-28
Fixed #23728 -- Added the --exit option to makemigrations.
Tim Heap
2014-11-20
Removed reduce() usage in makemigrations; refs #23796.
Brad Walker
2014-11-18
Fixed #18714 -- Added 'fuzzy' compilemessages option
Anton Baklanov
2014-11-18
Fixed #23799 -- Made makemigrations respect --no-optimize.
Tillmann Karras
2014-11-17
Improved readability of negative condition in makemessages
Claude Paroz
2014-11-17
Simplified handle_extensions management utility
Claude Paroz
2014-11-17
Fixed #23840 -- Fixed makemessages find_files method
Ilja Maas
2014-11-11
Normalized opening a file and decoding its content.
Aymeric Augustin
2014-11-11
Fixed #23788 -- Used new JavaScript support in recent gettext
Claude Paroz
2014-10-31
Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata.
Konrad Świat
2014-10-27
Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=None
Claude Paroz
2014-10-27
Fixed #23699 -- Prevented flush from loading initial data for apps with migra...
Tony Zhu
2014-10-21
Fixed #23583 -- More selectively ignored static/media roots
Claude Paroz
2014-10-22
Fixed #23107 -- Made runserver output respect --no-color.
Loic Bistuer
2014-10-20
Fixed #23679 -- Fixed null introspection for char/text fields
Claude Paroz
2014-10-20
Removed redundant skip_checks option for call_command
Claude Paroz
2014-10-20
Revert "Fixed #23650 -- Prevented migrate from calling checks 3 times"
Claude Paroz
2014-10-19
Renamed skip_validation into skip_checks as the former is now deprecated.
Loic Bistuer
2014-10-19
Prevented syncdb from calling system checks multiple times. Refs #23650.
Loic Bistuer
2014-10-17
Fixed #23650 -- Prevented migrate from calling checks 3 times
Claude Paroz
2014-10-16
Fixed #23660 -- Moved sort_dependencies to core.
Collin Anderson
2014-10-09
Fixed #23612 -- Normalized fixuture paths to allow referencing relative paths...
Brandon Taylor
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-22
Fixed #23327 -- Added 'zero' syntax to migrate help message
areski
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-15
Fixed #23298 -- Made makemessages actually ignore specified dirs on Windows.
Ramiro Morales
2014-08-14
Fixed #23265 -- Used system-specific encoding in runserver
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-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
[prev]
[next]