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
2016-10-31
[1.10.x] Fixed #27063 -- Prevented i18n_patterns() from using too much of the...
Krzysztof Urbaniak
2016-10-04
[1.10.x] Fixed #27309 -- Added CallableBool.__hash__().
Reto Aebersold
2016-09-27
[1.10.x] Fixed #27271 -- Fixed a crash in runserver logging.
Sergey Fursov
2016-08-31
[1.10.x] Fixed #27154 -- Allowed comparing CallableBool with bitwise or.
Olexander Yermakov
2016-08-02
[1.10.x] Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous c...
Tim Graham
2016-06-17
[1.10.x] Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware ...
Carl Meyer
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-12
Fixed #21231 -- Enforced a max size for GET/POST values read into memory.
Andre Cruz
2016-05-10
Fixed #24046 -- Deprecated the "escape" half of utils.safestring.
Tim Graham
2016-05-10
Stopped truncating AdminEmailHandler message subjects
Claude Paroz
2016-05-10
Fixed #26580 -- Updated references to obsolete RFC 2822.
Vasiliy Faronov
2016-05-03
Fixed #26567 -- Updated references to obsolete RFC2616.
Vasiliy Faronov
2016-04-20
Fixed #26281 -- Added a helpful error message for an invalid format specifier...
Marko Benko
2016-04-09
Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.
Jeremy Lainé
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
2016-04-06
Removed unused django.utils.http.PROTOCOL_TO_PORT.
Tim Graham
2016-04-04
Fixed W503 flake8 warnings.
Tim Graham
2016-03-26
Refs #18239 -- Removed an obsolete workaround for bugs in HTMLParser.
Tim Graham
2016-03-23
Fixed #26378 -- Allowed a left byte of zero in mixed IPv4/IPv6 validation.
Amine Yaiche
2016-03-08
Reused the DjangoTranslation class for the javascript_catalog view
Claude Paroz
2016-03-04
Added safety to URL decoding in is_safe_url() on Python 2
Claude Paroz
2016-03-04
Fixed #26308 -- Prevented crash with binary URLs in is_safe_url()
Claude Paroz
2016-03-01
Fixed CVE-2016-2512 -- Prevented spoofing is_safe_url() with basic auth.
Mark Striemer
2016-02-25
Fixed #26269 -- Prohibited spaces in is_valid_ipv6_address().
Nick Malakhov
2016-02-15
Fixed #26212 -- Made forms.FileField and translation.lazy_number() picklable.
Alexey Kotlyarov
2016-02-15
Fixed #26193 -- Made urlize() trim multiple trailing punctuation.
Jon Dufresne
2016-02-09
Fixed #26173 -- Prevented localize_input() from formatting booleans as numbers.
Marcin Markiewicz
2016-01-26
Fixed #26122 -- Fixed copying a LazyObject
Ben Kraft
2016-01-25
Fixed #26125 -- Fixed E731 flake warnings.
userimack
2016-01-23
Fixed #26093 -- Allowed escape sequences extraction by gettext on Python 3
Claude Paroz
2016-01-14
Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...
Tim Graham
2016-01-13
Refs #25769 -- Updated docs to reflect get_version() uses PEP 0440.
Tim Graham
2016-01-11
Fixed #25684 -- Made runserver use logging for request/response output.
Flavio Curella
2016-01-06
Fixed #26046 -- Fixed a crash with translations and Django-unknown language code
Claude Paroz
2016-01-05
Replaced dict.setdefault() usage to avoid unnecessary object instantiations.
Benjamin Bach
2016-01-05
Fixed #26024 -- Fixed regression in ConditionalGetMiddleware ETag support.
Denis Cornehl
2015-12-18
Fixed #25915 -- Allowed language not in Django's default LANGUAGES
Claude Paroz
2015-12-13
Fixed #25875 -- Prevented UnicodeDecodeError for Q object repr
Claude Paroz
2015-12-12
Fixed #20223 -- Added keep_lazy() as a replacement for allow_lazy().
Iacopo Spalletti
2015-12-03
Fixed #25761 -- Added __cause__.__traceback__ to reraised exceptions.
Raphaël Hertzog
2015-11-28
Fixed #25812 -- Restored the ability to use custom formats with the date temp...
Gagaro
2015-11-24
Fixed a settings leak possibility in the date template filter.
Florian Apolloner
2015-11-19
Fixed #25769 -- Updated get_version() release candidate naming for PEP 0440.
Tim Graham
2015-11-18
Removed redundant termcolors.
Tim Graham
2015-11-17
Fixed #25682 -- Removed bare except clauses.
Attila Tovt
2015-11-12
Fixed #25743 -- Optimized utils.localize() and localize_input()
Jaap Roes
2015-11-11
Fixed #25720 -- Made gettext() return bytestring on Python 2 if input is byte...
Marti Raudsepp
2015-11-10
Updated six to 1.10.0.
Tim Graham
2015-11-09
Fixed #6727 -- Made patch_cache_control() patch an empty Cache-Control header.
Dwight Gunning
2015-11-07
Fixed debug view crash during autumn DST change.
Aymeric Augustin
[next]