summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2016-02-18[1.8.x] Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.Tim Graham
2015-12-31[1.8.x] Fixed #23372 -- Made loaddata faster if it doesn't find any fixtures.Anssi Kääriäinen
2015-12-29[1.8.x] Fixed typo in BaseCache.delete_many() docstring.Matthew Madurski
2015-11-25[1.8.x] Fixed #25274 --- Made inspectdb handle renamed fields in unique_toget...Jacek Bzdak
2015-10-29[1.8.x] Fixed #25620 -- Made URLValidator prohibit URLs with consecutive dots...Dheerendra Rathor
2015-10-25[1.8.x] Fixed #24979 -- Removed usage of inspect.getargspec().Tim Graham
2015-10-19[1.8.x] Fixed #25510 -- Allowed runserver to start with incorrect INSTALLED_A...Aymeric Augustin
2015-09-21[1.8.x] Corrected docstring in core.urlresolvers module.Matt Deacalion Stevens
2015-09-16[1.8.x] Fixed typo in django/core/cache/backends/base.py docstring.Matthew Crowson
2015-09-15[1.8.x] Added upgrade tip in BaseCommand.option_list deprecation comment.Daniel Hahler
2015-09-09[1.8.x] Fixed #25372 -- Fixed autocompletion for options of non-argparse comm...Daniel Hahler
2015-08-29Fixed #24704 -- Made the autoreloader survive SyntaxErrors.Aymeric Augustin
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