summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2015-08-07[1.8.x] Fixed #25231 -- Added recording of squashed migrations in the migrate...mlavin
2015-08-01[1.8.x] Fixed #25204 -- Added missing space in runserver logging.Tim Graham
2015-07-22[1.8.x] Fixed import order in django/core/serializers/json.pyTim Graham
2015-07-14[1.8.x] Fixed #25123 -- Corrected makemessages --extension help textCesar Canassa
2015-07-13[1.8.x] Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settin...Daniel Roseman
2015-07-10[1.8.x] Fixed #25019 -- Added UUID support in DjangoJSONEncoderLukas Hetzenecker
2015-07-08[1.8.x] Fixed catastrophic backtracking in URLValidator.Shai Berger
2015-07-08[1.8.x] Prevented newlines from being accepted in some validators.Tim Graham
2015-07-06[1.8.x] Fixed #25059 -- Allowed Punycode TLDs in URLValidatorAlexey Sveshnikov
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-09[1.8.x] Fixed #24769 -- Cast optparse verbosity argument to an integer for be...Rivo Laks
2015-05-01[1.8.x] Fixed #23271 -- Fixed makemessages crash/test failure for some locales.daphshez
2015-04-14[1.8.x] Added missing periods in migrate help messages.Joe Borg
2015-04-04[1.8.x] Fixed #24571 -- Restored testserver positional arguments parsingClaude Paroz
2015-04-02[1.8.x] Fixed typo in django.core.files.File docstring.Matt Hooks
2015-04-01[1.8.x] Refs #24500 -- Avoided locale.getpreferredencoding in makemessagesClaude Paroz
2015-03-21[1.8.x] Fixed #24500 -- Fixed makemessages encoding problems retrieving gette...Pakal
2015-03-16[1.8.x] Fixed #24427 -- Stopped writing migration files in dry run mode when ...John Giannelos
2015-02-22[1.8.x] Fixed a few uses of Template that relied on a default engine.Aymeric Augustin
2015-02-20[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-19[1.8.x] Fixed typo in django.core.servers.basehttp message.Alex Vidal
2015-02-17[1.8.x] Refs #24324 -- Fixed makemessages crash when Django is installed in a...Tim Graham
2015-02-17[1.8.x] Refs #24324 -- Fixed management command discovery on non-ASCII paths.Tim Graham
2015-02-13[1.8.x] Fixed #24320 - Used field.value_to_string() in serialization of forei...Andriy Sokolovskiy
2015-02-13[1.8.x] Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-01-14Removed unused importClaude Paroz
2015-01-13Stripped headers containing underscores to prevent spoofing in WSGI environ.Carl Meyer
2015-01-12Fixed #17785 -- Preferred column names in get_relations introspectionClaude Paroz
2015-01-12Fixed #24129 -- Added indicator that migrations are rendering the initial stateMarkus Holtermann
2015-01-12Fixed #9893 -- Allowed using a field's max_length in the Storage.Pavel Shpilev
2015-01-07Fixed #24073 -- Deactivated translations when leave_locale_alone is FalseClaude Paroz
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-06Fixed #20003 -- Improved and extended URLValidatorDanilo Bargen
2015-01-06Fixed gettext version regexClaude Paroz
2015-01-05Refs #23359 -- Removed double newline from output of migrate --listMarkus Holtermann
2015-01-05Fixed #8280 -- Allowed management command discovery for eggsClaude Paroz
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