index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
utils
Age
Commit message (
Expand
)
Author
2015-11-11
[1.9.x] Fixed #25720 -- Made gettext() return bytestring on Python 2 if input...
Marti Raudsepp
2015-11-11
[1.9.x] Updated six to 1.10.0.
Tim Graham
2015-11-09
[1.9.x] Fixed debug view crash during autumn DST change.
Aymeric Augustin
2015-11-07
[1.9.x] Amended comment to remove reference to the no longer used NullHandler
Neal Todd
2015-11-03
[1.9.x] Fixed #25668 -- Misc spelling errors
Ville Skyttä
2015-10-05
[1.9.x] Removed SimpleLazyObject workaround for a Python bug.
Tim Graham
2015-10-03
[1.9.x] Fixed #25389 -- Fixed pickling a SimpleLazyObject wrapping a model.
Ben Kraft
2015-09-29
[1.9.x] Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigi...
Tim Graham
2015-09-23
Refs #24526 -- Made the django logger handle INFO messages.
Tim Graham
2015-09-23
Fixed #25439 -- Added `SUCCESS` style to termcolor palettes
Matt Deacalion Stevens
2015-09-19
Refs #13110 -- Fixed mistakes in the new multiple enclosure feed tests
Unai Zalakain
2015-09-18
Fixed #25269 -- Allowed method_decorator() to accept a list/tuple of decorators.
fabrizio ettore messina
2015-09-18
Fixed #13110 -- Added support for multiple enclosures in Atom feeds.
Unai Zalakain
2015-09-16
Fixed #24496 -- Added CSRF Referer checking against CSRF_COOKIE_DOMAIN.
Matt Robenolt
2015-09-07
Fixed #24917 -- Made admindocs display model methods that take arguments.
Zan Anderle
2015-09-04
Fixed #25297 -- Allowed makemessages to work with {% trans %} tags that use t...
Alexandre Pocquet
2015-09-04
Refs #25345 -- Updated links to code.google.com.
Maxime Lorant
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-29
Made the autoreloader survive all exceptions.
Aymeric Augustin
2015-08-29
Fixed #24704 -- Made the autoreloader survive SyntaxErrors.
Aymeric Augustin
2015-08-29
Ensured gen_filenames() yields native strings.
Aymeric Augustin
2015-08-29
Accounted for error files in the autoreloader.
Aymeric Augustin
2015-08-25
Fixed #25295 -- Restored 'no active translation' after language override
Claude Paroz
2015-08-15
Fixed #24935 -- Refactored common conditional GET handling.
Denis Cornehl
2015-08-12
Fixed #24257 -- Corrected i18n handling of percent signs.
Doug Beck
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-08-01
Fixed #25146 -- Allowed method_decorator() to decorate classes.
Rigel Di Scala
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
2015-07-13
Fixed #25099 -- Cleaned up HttpRequest representations in error reporting.
Vlastimil Zíma
2015-07-09
Fixed #25093 -- Added utils.datastructures.OrderedSet.__len__()
darkryder
2015-07-07
Refs #23882 -- Added detection for moved files when using inotify polling
Chris Bainbridge
2015-06-27
Sorted imports in __init__.py files.
Tim Graham
2015-06-24
Renamed RemovedInDjangoXYWarnings for new roadmap.
Tim Graham
2015-06-23
Fixed #25000 -- Fixed cast to string for lazy objects.
Marten Kenbeek
2015-06-19
Fixed #20197 -- Made XML serializer fail loudly when outputting unserializabl...
Claude Paroz
2015-06-18
Removed support for Python 3.3.
Tim Graham
2015-06-15
Fixed #24979 -- Removed usage of inspect.getargspec().
Tim Graham
2015-06-15
Removed django.utils.functional.total_ordering()
Tim Graham
2015-06-15
Fixed flake8 warnings on Python 3.
Tim Graham
2015-06-13
Fixed #24978 -- Escaped special characters in loaddata fixture paths
Moritz Sichert
2015-06-12
Fixed #24965 -- Made LiveServerTestCase.live_server_url accessible from class
Moritz Sichert
2015-06-06
Fixed ImportError message in utils.module_loading.import_string()
Tomasz Kontusz
2015-06-05
Fixed #24927 -- Used python_2_unicode_compatible from six
Matthew Somerville
2015-06-04
Fixed #19210 -- Added leap year support to django.utils.timesince()
Raphael Michel
2015-06-04
Fixed #24728 -- Renamed mime_type to content_type for syndication feeds
Raphael Michel
2015-06-02
Fixed #24230 -- Added translated language name for i18n template tag/filter.
Tomáš Ehrlich
2015-06-02
Fixed #24897 -- Allowed using choices longer than 1 day with DurationField
zauddelig
2015-05-27
Fixed #24836 -- Made force_text() resolve lazy objects.
Tim Graham
2015-05-13
Removed unnecessary arguments in .get method calls
Piotr Jakimiak
2015-05-07
Fixed logging regression introduced in bbe28496d32f76ca161f5c33787d6ad62267fcc6
Tim Graham
[next]