summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2015-01-05Fixed #24072 -- Added FileResponse for streaming binary files.Collin Anderson
2015-01-02Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon
2015-01-02Show migration elapsed time when verbosity>1Claude Paroz
2015-01-02Fixed #24069 -- Made ServerHandler a new style class to fix super() call.Andreas Pelme
2014-12-31Fixed #23366 -- Fixed a crash with the migrate --list command.Tim Graham
2014-12-31Fixed #24008 -- Fixed ValidationError crash with list of dicts.Andrey Maslov
2014-12-31Fixed #23359 -- Added showmigrations command to list migrations and plan.Markus Holtermann
2014-12-29Fixed breakage by 6fb9dee4 under Python2+Windows.Ramiro Morales
2014-12-29Fixed #21255 -- Closed connections after management command ranClaude Paroz
2014-12-29Fixed #23271 -- Don't corrupt PO files on Windows when updating them.Ramiro Morales
2014-12-28Moved context_processors from django.core to django.template.Aymeric Augustin
2014-12-26Replaced sqlall in some bash_completion/admin_scripts tests.Tim Graham
2014-12-26Fixed #24054 -- Enabled sqlsequencereset for apps with migrations.Tim Graham
2014-12-25Fixed #23866 -- Harmonized refs to Django documentation from codeClaude Paroz
2014-12-24Removed shutil.copystat copied from stdlib (added to support an old Python?).Tim Graham
2014-12-24Fixed #20349 -- Moved setting_changed signal to django.core.signals.Collin Anderson
2014-12-23Replaced DatabaseCreation sql methods by schema editor equivalentsClaude Paroz
2014-12-23Fixed #17946 -- Fixed deserialization of self-referencing M2M fieldsClaude Paroz
2014-12-18Fixed #23788 (2) -- Improved gettext version checkerClaude Paroz
2014-12-16Fixed #23975 -- Restored pre_migrate signal if all apps have migrations.Tim Graham
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 #4444 - Made runserver suppress 'broken pipe' errorsMatthew Somerville
2014-11-28Fixed #23728 -- Added the --exit option to makemigrations.Tim Heap
2014-11-28Fixed #23910 -- Added reply_to parameter to EmailMessageMartin Blech
2014-11-27Fixed #23924 -- Made EmailMessage raise TypeError for type checksMartin Blech
2014-11-27Fixed #14664 -- Logged a warning if MiddlewareNotUsed is raised in DEBUG mode.Berker Peksag
2014-11-25Fixed #23899 -- Added 'Generated by Django X.Y' to startproject template.Martin Blech
2014-11-24Fixed #23888 -- Fixed crash in File.__repr__() when name contains unicode.Sergey Fedoseev
2014-11-24Removed workaround for lack of os.getpid() in Jython.Tim Graham
2014-11-24Fixed #13694 -- Made SafeMIMEText's constructor compatible with MIMEText.Berker Peksag
2014-11-22Revert "Fixed #23892 -- Made deconstructible classes forwards compatible"Carl Meyer
2014-11-22Fixed #23892 -- Made deconstructible classes forwards compatibleCarl Meyer
2014-11-22Fixed #23887 -- Returned Bad Request for multipart parsing failsClaude Paroz
2014-11-20Removed reduce() usage in makemigrations; refs #23796.Brad Walker
2014-11-20Reduced reduce() usage; 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-15Fixed #21363 -- Added datetime.timedelta support to TimestampSigner.unsign().Berker Peksag
2014-11-15Added a new GeoJSON serialization format for GeoDjangoClaude Paroz
2014-11-13Merge pull request #3481 from manfre/ticket-16358Michael Manfre
2014-11-13Fixed #23765 -- Removed BooleanField default check which often yielded false ...Tim Graham
2014-11-13Fixed #16358 - Made memcache backend delete old value on a failure to set.Michael Manfre
2014-11-12Removed return from __init__.Aymeric Augustin
2014-11-11Normalized opening a file and decoding its content.Aymeric Augustin