summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2014-07-04Fixed #20631 -- Increased the default EmailField max_length to 254.Tim Graham
2014-07-04Fixed #22915 -- Document backward incompatible changes in the ValidationError...Loic Bistuer
2014-06-29Add missing spaces to implicitly joined stringsIan Foote
2014-06-24Fixed #21668 -- Return detailed error page when SuspiciousOperation is raised...Anubhav Joshi
2014-06-23Fixed #22487: Don't flush out data from before normal TestCasesAndrew Godwin
2014-06-23Refactored common code in handlers/base.py and urlresolvers.pyAnubhav Joshi
2014-06-23Fixed #8033 -- Explained app registry error during translation setupClaude Paroz
2014-06-22Clean up syncdb parts of migrate output if no synced appsAndrew Godwin
2014-06-20Fixed #22862 -- Added --noinput option to makemigrations.Huu Nguyen
2014-06-20Swapped placeholders in [sql]migrate command errorClaude Paroz
2014-06-19Fixed #22863: Improve clarity of makemigrations for non-db paramsAndrew Godwin
2014-06-19Fixed #22835 -- Deprecated NoArgsCommand.Maxime Turcotte
2014-06-16Fixed #22845 -- Correctly handled memcached default timeout value.Vincent-Vega
2014-06-16Fixed #22848: Ignore no-migrations errors during makemigrations onlyAndrew Godwin
2014-06-14Fixed #7762 -- Hidden full script name in command error outputClaude Paroz
2014-06-14Restored command error behavior when called from command lineClaude Paroz
2014-06-14Fixed several flake8 errorsAlex Gaynor
2014-06-14Converted remaining management commands to argparseClaude Paroz
2014-06-14Converted test management command to argparseClaude Paroz
2014-06-14Fixed #19973 -- Replaced optparse by argparse in management commandsClaude Paroz
2014-06-13Fixed #22477 -- Removed contrib middleware from the global settings defaults.mlavin
2014-06-12Made the vendored NamedTemporaryFile work as a context manager. Refs #22680.Loic Bistuer
2014-06-11Fixed #22680 -- I/O operation on closed file.Florian Apolloner
2014-06-10Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-06-08Fixed #22777: Add dependency on through for autodetected M2M addsAndrew Godwin
2014-06-07Fixed #22749: Making SQL management commands migration aware.Víðir Valberg Guðmundsson
2014-06-07Fixed #6992 -- Improved error when middleware omits HttpResponse.Aymeric Augustin
2014-06-07Fixed #18314 -- Corrected request.build_absolute_uri() handling of paths star...Unai Zalakain
2014-06-05Fixed #21773 -- made daemon threads default in the development server.Moayad Mardini
2014-06-04Fixed #22717 -- Auto-corrected missing ending slash in FileSystemStorageClaude Paroz
2014-06-03Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham
2014-06-01Revert "Making SQL management commands migration aware."Florian Apolloner
2014-05-29Fix test failure caused by 3149cdce32e7261b2d44128ab712c4d4f1a5d429Andrew Godwin
2014-05-29Making SQL management commands migration aware.Víðir Valberg Guðmundsson
2014-05-28Fixed several typos in DjangoAlex Gaynor
2014-05-27Argument to `reversed` must be a sequence on Py3.Simon Charette
2014-05-27Fix a regression introduced by f011b90363.Simon Charette
2014-05-27Removed an old compatibility shim added in 1.0Claude Paroz
2014-05-27Fixed #21630 -- Simplified management command discoveryClaude Paroz
2014-05-27Fixed #22699 -- Configure default settings in some management commands.Aymeric Augustin
2014-05-27Fixed #22675 -- makemigrations --dry-run to output migrations to stdout.Moayad Mardini
2014-05-25Removed executeable bit from a few files.Florian Apolloner
2014-05-26Fixed a few ResourceWarning in the test suite. Refs #22680.Loic Bistuer
2014-05-24Fixed #22676 -- makemigrations --dry-run should not ask for defaultsMoayad Mardini
2014-05-24Applied unicode_literals to makemessages commandClaude Paroz
2014-05-22the SECRET_KEY is not a hashThomas Grainger
2014-05-21Merge pull request #2498 from ramiro/move-serverhandlerRamiro Morales
2014-05-19Updated Django makemessages processClaude Paroz
2014-05-18Removed some unnecessary exception naming; thanks claudep.Tim Graham