summaryrefslogtreecommitdiff
path: root/django/core/management/commands
AgeCommit message (Expand)Author
2014-12-08Fixed #20968 -- Checked Spatialite metadata before migrationsClaude Paroz
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-12-02Tweaked fix for refs #23946; thanks Claude.Tim Graham
2014-12-02Fixed #23946 -- Fixed runserver crash when socket error contains Unicode chars.Andriy Sokolovskiy
2014-11-28Fixed #23728 -- Added the --exit option to makemigrations.Tim Heap
2014-11-20Removed reduce() usage in makemigrations; refs #23796.Brad Walker
2014-11-18Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov
2014-11-18Fixed #23799 -- Made makemigrations respect --no-optimize.Tillmann Karras
2014-11-17Improved readability of negative condition in makemessagesClaude Paroz
2014-11-17Simplified handle_extensions management utilityClaude Paroz
2014-11-17Fixed #23840 -- Fixed makemessages find_files methodIlja Maas
2014-11-11Normalized opening a file and decoding its content.Aymeric Augustin
2014-11-11Fixed #23788 -- Used new JavaScript support in recent gettextClaude Paroz
2014-10-31Fixed #23468 -- Added checks for duplicate fixtures directories in loaddata.Konrad Świat
2014-10-27Fixed #23717 -- Fixed makemessages crash when STATIC_ROOT=NoneClaude Paroz
2014-10-27Fixed #23699 -- Prevented flush from loading initial data for apps with migra...Tony Zhu
2014-10-21Fixed #23583 -- More selectively ignored static/media rootsClaude Paroz
2014-10-22Fixed #23107 -- Made runserver output respect --no-color.Loic Bistuer
2014-10-20Fixed #23679 -- Fixed null introspection for char/text fieldsClaude Paroz
2014-10-20Removed redundant skip_checks option for call_commandClaude Paroz
2014-10-20Revert "Fixed #23650 -- Prevented migrate from calling checks 3 times"Claude Paroz
2014-10-19Renamed skip_validation into skip_checks as the former is now deprecated.Loic Bistuer
2014-10-19Prevented syncdb from calling system checks multiple times. Refs #23650.Loic Bistuer
2014-10-17Fixed #23650 -- Prevented migrate from calling checks 3 timesClaude Paroz
2014-10-16Fixed #23660 -- Moved sort_dependencies to core.Collin Anderson
2014-10-09Fixed #23612 -- Normalized fixuture paths to allow referencing relative paths...Brandon Taylor
2014-09-12Fixed #17101 -- Integrated django-secure and added check --deploy optionTim Graham
2014-09-06Fixed #22882 -- Fixed a UnicodeDecodeError in flush.Tim Graham
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-09-02Fixed #23302 -- Added --name/-n option to makemigrations commandRaffaele Salmaso
2014-08-22Fixed #23327 -- Added 'zero' syntax to migrate help messageareski
2014-08-18Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.Baptiste Mispelon
2014-08-18Merge pull request #3075 from ramiro/makemessages-ignore-windowsRamiro Morales
2014-08-15Fixed #23298 -- Made makemessages actually ignore specified dirs on Windows.Ramiro Morales
2014-08-14Fixed #23265 -- Used system-specific encoding in runserverClaude Paroz
2014-08-09Removed unused migrate optionClaude Paroz
2014-08-08Fixed #22336 -- Added path matching for makemessages ignore optionJustin Hamade
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-07-29Fixed #23092: Squashing handles external dependenciesAndrew Godwin
2014-07-29Fixed #23090: Document and enforce not double-squashing migrationsAndrew Godwin
2014-07-27Only warn about initial data if fixtures have been found.Florian Apolloner
2014-07-25Mark initial_data as deprecated separately from syncdb. Refs #23077.Andrew Godwin
2014-07-18Fixed #23028: Added unique_togther support to inspectdb.Damien Nozay
2014-07-16Ignored STATIC_ROOT and MEDIA_ROOT in makemessagesClaude Paroz
2014-07-14Fixed #22791 -- Invoke interactive questioner only for conflicts in specified...Huu Nguyen
2014-07-12Removed extra newline.Tim Graham
2014-07-11Fixed #22983: Alert when squashing RunPython operations with referred functions.Andrew Godwin
2014-07-06Fixed #21079 -- Further normalized table names in inspectdbClaude Paroz
2014-07-05Fixed various minor doc typos / references.Daniel Hahler
2014-06-23Fixed #22487: Don't flush out data from before normal TestCasesAndrew Godwin