summaryrefslogtreecommitdiff
path: root/django/core
AgeCommit message (Expand)Author
2017-02-13[1.10.x] Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash.amalia
2016-11-09[1.10.x] Fixed #27461 -- Fixed incorrect allow_migrate() arguments in makemig...Joseph Kahn
2016-10-27[1.10.x] Corrected TooManyFieldsSent doctring for GET requests.Zach Wernberg
2016-10-13[1.10.x] Fixed #27200 -- Provided makemigration's allow_migrate() with model_...Tim Graham
2016-09-19[1.10.x] Fixed #27238 -- Disabled check_pattern_startswith_slash if settings....Alasdair Nicol
2016-09-01[1.10.x] Fixed #27142, #27110 -- Made makemigrations consistency checks respe...Tim Graham
2016-09-01[1.10.x] Clarified URL regex check message with respect to include().Riccardo Magliocchetti
2016-08-24[1.10.x] Fixed #27100 -- Included already applied migration changes in the pr...Simon Charette
2016-08-24[1.10.x] Fixed #27044 -- Included already applied migration changes in the po...Simon Charette
2016-08-02[1.10.x] Fixed #27000 -- Removed BaseCommand.usage() per deprecation timeline...Tim Graham
2016-08-01[1.10.x] Fixed #26930 -- Prevented makemigrations from accessing an empty dat...Tim Graham
2016-07-29[1.10.x] Fixed #26896 -- Allowed a lazy base_url for FileSystemStorage.Tomas Pazderka
2016-07-25[1.10.x] Fixed #26915 -- Fixed regression handling responses returned from vi...Alex Hill
2016-07-14[1.10.x] Fixed #26897 -- Fixed makemessages crash on Python 2 with non-ASCII ...Claude Paroz
2016-06-28[1.10.x] Fixed #26119 -- Fixed URLValidator crash on URLs with brackets.Christopher Grebs
2016-06-18[1.10.x] Reverted "Fixed #26644 -- Allowed wrapping NamedTemporaryFile with F...Tim Graham
2016-06-17[1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware ...Carl Meyer
2016-06-16[1.10.x] Fixed flake8 2.6 warnings.Tim Graham
2016-06-15[1.10.x] Fixed broken links in docs and comments.Ville Skyttä
2016-06-14[1.10.x] Fixed #26644 -- Allowed wrapping NamedTemporaryFile with File.Hugo Osvaldo Barrera
2016-05-28[1.10.x] Fixed #26645 -- Fixed potential makemessages failures on Windows.Ramiro Morales
2016-05-19Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()Alex Hill
2016-05-19Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...Alex Hill
2016-05-17Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are ...Tim Graham
2016-05-17Refs #26601 -- Deprecated old-style middleware.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-17Refs #26601 -- Refactored BaseHandler to prepare for new-style middleware.Florian Apolloner
2016-05-15Fixed #24100 -- Made the migration signals dispatch its plan and apps.Simon Charette
2016-05-12Fixed #21231 -- Enforced a max size for GET/POST values read into memory.Andre Cruz
2016-05-11Fixed #26429 -- Added a timestamp to merge migration names.Raphael Gaschignard
2016-05-10Fixed #26580 -- Updated references to obsolete RFC 2822.Vasiliy Faronov
2016-05-08Included reverse deps in showmigrationsJarek Glowacki
2016-05-06Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the...Sergei Maertens
2016-05-04Replaced a 'raw' six importClaude Paroz
2016-05-02Fixed #26341 (again) -- Addressed multiple occurrences per line use caseClaude Paroz
2016-05-02Fixed docstring typos.Offby-One Kenobi
2016-04-30Fixed #26440 -- Added a warning for non-url()s in urlpatterns.Alasdair Nicol
2016-04-30Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...Cristiano
2016-04-30Fixed #26341 -- Fixed makemessages breaking location comments for HTML filesClaude Paroz
2016-04-29Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...Anssi Kääriäinen
2016-04-29Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.David Evans
2016-04-25Fixed #26052 -- Moved conditional_content_removal() processing to the test cl...Tim Graham
2016-04-21Fixed #26495 -- Added name arg to Storage.save()'s File wrapping.Maxim Novikov
2016-04-20Fixed #26504 -- Avoided logging "Not Found" warnings if a middleware handles ...Carl Worth
2016-04-19Fixed #22561 -- Prevented too long lines in email messagesClaude Paroz
2016-04-15Converted property syntax in django.core.paginatorClaude Paroz
2016-04-12Fixed #26492 -- Fixed "maximum recursion depth exceeded" migrate error.Berker Peksag
2016-04-08Refs #26351 -- Added check hook to support database-related checksClaude Paroz
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-05Fixed #26462 -- Fixed Python 2 UnicodeEncodeError when warning about long cac...Przemysław Suliga