index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
core
Age
Commit message (
Expand
)
Author
2016-05-19
Fixed #26421 -- Refactored ModelSignal to use Apps.lazy_model_operation()
Alex Hill
2016-05-19
Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and t...
Alex Hill
2016-05-17
Refs #26601 -- Added a warning if both MIDDLEWARE AND MIDDLEWARE_CLASSES are ...
Tim Graham
2016-05-17
Refs #26601 -- Deprecated old-style middleware.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-17
Refs #26601 -- Refactored BaseHandler to prepare for new-style middleware.
Florian Apolloner
2016-05-15
Fixed #24100 -- Made the migration signals dispatch its plan and apps.
Simon Charette
2016-05-12
Fixed #21231 -- Enforced a max size for GET/POST values read into memory.
Andre Cruz
2016-05-11
Fixed #26429 -- Added a timestamp to merge migration names.
Raphael Gaschignard
2016-05-10
Fixed #26580 -- Updated references to obsolete RFC 2822.
Vasiliy Faronov
2016-05-08
Included reverse deps in showmigrations
Jarek Glowacki
2016-05-06
Fixed #25986 -- Fixed crash sending email with non-ASCII in local part of the...
Sergei Maertens
2016-05-04
Replaced a 'raw' six import
Claude Paroz
2016-05-02
Fixed #26341 (again) -- Addressed multiple occurrences per line use case
Claude Paroz
2016-05-02
Fixed docstring typos.
Offby-One Kenobi
2016-04-30
Fixed #26440 -- Added a warning for non-url()s in urlpatterns.
Alasdair Nicol
2016-04-30
Fixed #26058 -- Delegated os.path bits of FileField's filename generation to ...
Cristiano
2016-04-30
Fixed #26341 -- Fixed makemessages breaking location comments for HTML files
Claude Paroz
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-29
Fixed #26546 -- Allowed HTTPStatus enum values for HttpResponse.status.
David Evans
2016-04-25
Fixed #26052 -- Moved conditional_content_removal() processing to the test cl...
Tim Graham
2016-04-21
Fixed #26495 -- Added name arg to Storage.save()'s File wrapping.
Maxim Novikov
2016-04-20
Fixed #26504 -- Avoided logging "Not Found" warnings if a middleware handles ...
Carl Worth
2016-04-19
Fixed #22561 -- Prevented too long lines in email messages
Claude Paroz
2016-04-15
Converted property syntax in django.core.paginator
Claude Paroz
2016-04-12
Fixed #26492 -- Fixed "maximum recursion depth exceeded" migrate error.
Berker Peksag
2016-04-08
Refs #26351 -- Added check hook to support database-related checks
Claude Paroz
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-05
Fixed #26462 -- Fixed Python 2 UnicodeEncodeError when warning about long cac...
Przemysław Suliga
2016-04-05
Fixed #25850 -- Made migrate/makemigrations error on inconsistent history.
Attila Tovt
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-04-04
Fixed #26460 -- Issued a single warning for invalid cache key
Przemysław Suliga
2016-04-04
Fixed #26452 -- Loaded middleware on server start rather than on first request.
David Evans
2016-04-03
Fixed #25905 -- Prevented leading slashes in urljoin() calls
rixx
2016-04-03
Merge pull request #6389 from Dunedan/ticket_25420
Dunedan
2016-03-21
Fixed #26365 -- Added a system check to ensure "string_is_invalid" is a string.
Vincenzo Pandolfo
2016-03-18
Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables.
José Tomás Tocino
2016-03-08
Fixed #26332 -- Fixed a race condition in BaseCache.get_or_set().
Przemysław Suliga
2016-03-08
Fixed #26289 -- Enabled shell tab completion on systems using libedit.
Saúl Ibarra Corretgé
2016-03-05
Refs #26315 -- Cleaned up argparse options in commands.
Jon Dufresne
2016-03-05
Fixed #26315 -- Allowed call_command() to accept a Command object as the firs...
Jon Dufresne
2016-03-05
Cleaned up tests to use call_command() instead of Command.execute().
Jon Dufresne
2016-03-03
Passed proper default value to int-type 'verbosity' option
Jon Dufresne
2016-03-01
Removed obsolete, unused option 'hide_empty' from loaddata command.
Jon Dufresne
2016-02-25
Fixed #14098 -- Prevented crash for introspection errors in inspectdb
Claude Paroz
2016-02-23
Fixed #23832 -- Added timezone aware Storage API.
James Aylett
2016-02-23
Fixed #26190 -- Returned handle() result from call_command
Claude Paroz
2016-02-18
Fixed #26204 -- Reallowed dashes in top-level domains for URLValidator.
Tim Graham
2016-02-18
Fixed #26107 -- Added option to int_list_validator() to allow negative integers.
Akshesh
2016-02-12
Fixed #25304 -- Allowed management commands to check if migrations are applied.
Mounir Messelmeni
[next]