summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2015-04-02Fixed #24558 -- Made dumpdata mapping ordering deterministic.Simon Charette
2015-04-01Removed unused import in makemessagesClaude Paroz
2015-04-01Refs #24500 -- Avoided locale.getpreferredencoding in makemessagesClaude Paroz
2015-03-25Fixed #24531 -- Improved CommaSeparatedIntegerField validation.Bertrand Bordage
2015-03-25Fixed #24441 -- Changed get_image_dimensions() return value for broken imagesRaúl Cumplido
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-21Fixed #24500 -- Fixed makemessages encoding problems retrieving gettext version.Pakal
2015-03-20Removed unused imports.Tim Graham
2015-03-20Adapted sendtestemail to be more argparse-ishClaude Paroz
2015-03-20Fixed #24419 -- Added sendtestemail management commandLoek van Gent
2015-03-18Fixed #23960 -- Removed http.fix_location_headerClaude Paroz
2015-03-18Fixed #24476 -- Added context manager/decorator for overriding script prefix.Bas Peschier
2015-03-16Fixed #24427 -- Stopped writing migration files in dry run mode when merging.John Giannelos
2015-03-14Fixed #12982 -- Added a get_or_set() method to the BaseCache backend.Berker Peksag
2015-03-13Fed tuples to startswith when appropriateClaude Paroz
2015-03-13Fixed #24416 -- Added support for lazy email addresses.medmunds
2015-03-13Fixed #24122 -- Redirected to translated url after setting languageClaude Paroz
2015-03-12Fixed #24013 -- Fixed escaping of reverse() prefix.Bas Peschier
2015-03-12Fixed #12943 -- Allowed unnamed arguments to be propagated in includesBas Peschier
2015-03-09Made runserver use leave_locale_aloneClaude Paroz
2015-03-08Fixed #23407 -- Extended coverage of makemigrations --noinput option.Marten Kenbeek
2015-03-08Fixed #23173 -- Fixed incorrect stripping of SCRIPT_URLBas Peschier
2015-03-05Fixed #24369 -- Prevented crash when flushing before db migrationClaude Paroz
2015-02-28Simplified emit_post_migrate from flush commandClaude Paroz
2015-02-28Revert "Fixed #24369 -- Prevented crash when `flush`ing before db migration"Claude Paroz
2015-02-28Fixed #24369 -- Prevented crash when `flush`ing before db migrationClaude Paroz
2015-02-22Fixed a few uses of Template that relied on a default engine.Aymeric Augustin
2015-02-22Removed rmtree_errorhandler.Aymeric Augustin
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-19Fixed typo in django.core.servers.basehttp message.Alex Vidal
2015-02-17Refs #24324 -- Fixed makemessages crash when Django is installed in a non-ASC...Tim Graham
2015-02-17Refs #24324 -- Fixed management command discovery on non-ASCII paths.Tim Graham
2015-02-13Fixed #24320 - Used field.value_to_string() in serialization of foreign key.Andriy Sokolovskiy
2015-02-13Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann
2015-02-09Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-05Removed old import aliases.Tim Graham
2015-02-05Simplified handling of RegexURLResolver.urlconf_module.Aymeric Augustin
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-28Fixed #24137 -- Switched to HTTP reason phrases from Python stdlib.Jon Dufresne
2015-01-19Refs #16905 -- Replaced call to removed method in runserverR3v1L
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
2015-01-18Removed BaseCommand.validate() per deprecation timeline; refs #16905.Tim Graham
2015-01-17Removed dumpdata --natural option and serializers use_natural_keys parameter.Tim Graham
2015-01-17Removed BaseMemcachedCacheMethods._get_memcache_timeout backwards compatibili...Tim Graham
2015-01-17Removed the validate management command per deprecation timeline.Tim Graham
2015-01-17Removed unused imports from previous commit.Tim Graham
2015-01-17Removed BaseCommand.requires_model_validation per deprecation timeline.Tim Graham
2015-01-17Removed support for AppCommand.handle_app() per deprecation timeline.Tim Graham
2015-01-17Required sqlparse for SQL splitting per deprecation timeline.Tim Graham