| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-09 | Fixed #27583 -- Fixed MultiValueDict.getlist() crash when values for key is ↵ | Mariusz Felisiak | |
| None. Restored the behavior before 727d7ce6cba21363470aaefb2dc5353017531be3. | |||
| 2016-12-06 | Fixed #26494 -- Made Archive.extract() preserve file permissions. | Anton Samarchyan | |
| 2016-12-01 | Fixed #27546 -- Removed hardcoded class names in __repr__() methods. | Keda87 | |
| 2016-11-29 | Fixed #27555 -- Removed django.utils.functional.lazy_property. | Adam Chainz | |
| 2016-11-23 | Cleaned up some __getstate__() docstrings. | Tim Graham | |
| 2016-11-14 | Fixed #27463 -- Fixed E741 flake8 warnings. | Ramin Farajpour Cami | |
| 2016-11-14 | Fixed E305 flake8 warnings. | Ramin Farajpour Cami | |
| 2016-11-14 | Decorated a few functions. | Tim Graham | |
| 2016-11-07 | Fixed #27138 -- Restored pre-Python 3.6 behavior of localtime() and ↵ | Joachim Jablon | |
| make_naive() on Python 3.6. Reverted test changes in a7a7ecd2b026c61a39a46d2d7eced0e06a92c970 and e43ea36b7681e43ea99505a2cf7550d4d36016b3 (refs #27025). | |||
| 2016-11-07 | Fixed #27454 -- Skipped gettext calls for apps without a locale dir. | Carl Meyer | |
| 2016-10-31 | Fixed #27063 -- Prevented i18n_patterns() from using too much of the URL as ↵ | Krzysztof Urbaniak | |
| the language. | |||
| 2016-10-27 | Fixed #27327 -- Simplified time zone handling by requiring pytz. | Tim Graham | |
| 2016-10-20 | Removed note about obsolete Python version | Claude Paroz | |
| 2016-10-14 | Refs #19705 -- Changed gzip modification times to 0. | Kevin Christopher Henry | |
| This makes gzip output deterministic, which allows ConditionalGetMiddleware to reliably compare ETags on gzipped content (views using the gzip_page() decorator in particular). | |||
| 2016-10-12 | Fixed #19705 -- Set proper headers on conditional Not Modified responses. | Kevin Christopher Henry | |
| 2016-10-11 | Added missing roles/options to parse_color_setting()'s docstring. | Nick Pope | |
| 2016-10-10 | Fixed #26447 -- Deprecated settings.USE_ETAGS in favor of ↵ | Denis Cornehl | |
| ConditionalGetMiddleware. | |||
| 2016-10-04 | Fixed #27309 -- Added CallableBool.__hash__(). | Reto Aebersold | |
| 2016-10-01 | Refs #26940 -- Re-allowed makemessages without settings | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-09-28 | Fixed #27226 -- Removed patch_response_headers()'s setting of the ↵ | Rinat Khabibiev | |
| Last-Modified header. | |||
| 2016-09-27 | Fixed #27271 -- Fixed a crash in runserver logging. | Sergey Fursov | |
| Allowed ServerFormatter to handle simple string messages or messages with formatting arguments. The formatter will set the server_time variable on the log record if it's required by the format string but wasn't passed in extra parameters. | |||
| 2016-09-23 | Removed unused regexes from django.utils.html. | Jon Dufresne | |
| Last uses removed in commit 8b81dee60c1533e714a310fa5c3907356042a64c. | |||
| 2016-09-17 | Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. | Tim Graham | |
| http://bugs.python.org/issue27364 | |||
| 2016-09-16 | Refs #27083 -- Updated conditional header comparison to match RFC 7232. | Kevin Christopher Henry | |
| 2016-09-16 | Fixed #27198 -- Made MultiValueDict.getlist() return a new list to prevent ↵ | Jani Tiainen | |
| mutation. | |||
| 2016-09-10 | Fixed #27083 -- Added support for weak ETags. | Kevin Christopher Henry | |
| 2016-09-07 | Refs #26956 -- Allowed is_safe_url() to validate against multiple hosts | Jon Dufresne | |
| 2016-08-31 | Fixed #25181 -- Added localdate() function to get date in a different time zone. | Jon Dufresne | |
| Thanks Konrad Świat for the original patch. | |||
| 2016-08-31 | Fixed #27154 -- Allowed comparing CallableBool with bitwise or. | Olexander Yermakov | |
| Thanks Tim for the review. | |||
| 2016-08-25 | Fixed #27067 -- Deprecated string_concat() in favor of format_lazy(). | Mattias Loverot | |
| 2016-08-24 | Fixed #26866 -- Added format_lazy function | Mattias Loverot | |
| Added format_lazy function to django.utils.text module. Useful when dealing with relative complex lazy string concatenations (e.g. in urls.py when translating urls in regular expressions). | |||
| 2016-08-19 | Fixed #26902 -- Allowed is_safe_url() to require an https URL. | Przemysław Suliga | |
| Thanks Andrew Nester, Berker Peksag, and Tim Graham for reviews. | |||
| 2016-08-11 | Fixed #27034 -- Made makemessages independent of USE_I18N | Claude Paroz | |
| Thanks Tim Graham for the review. | |||
| 2016-08-04 | Fixed #27020 -- Used a context manager to close files. | Ville Skyttä | |
| 2016-08-02 | Fixed #26988 -- Improved/clarified User.is_authenticated/anonymous ↵ | Tim Graham | |
| compatibility. Thanks marktranchant for the report and review. | |||
| 2016-07-14 | Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder. | Will Hardy | |
| 2016-06-22 | Fixed #25920 -- Added support for non-uniform NUMBER_GROUPING. | jasisz | |
| 2016-06-17 | Refs #26601 -- Improved backwards-compatibility of DEP 5 middleware ↵ | Carl Meyer | |
| exception handling. | |||
| 2016-06-13 | Fixed #26746 -- Fixed handling of zero priority in Accept-Language header ↵ | Vytis Banaitis | |
| parsing. | |||
| 2016-06-11 | Fixed #26744 -- Fixed a typo in regex for Accept-Language header parsing. | Vytis Banaitis | |
| 2016-06-08 | Fixed #26705 -- Fixed plural versions of languages not supported by Django. | Thejaswi Puthraya | |
| 2016-06-07 | Fixed #10107 -- Allowed using mark_safe() as a decorator. | Scott Vitale | |
| Thanks ArcTanSusan for the initial patch. | |||
| 2016-06-04 | Fixed #24781 -- Fixed repr() for lazy objects. | Chesco Igual | |
| 2016-05-30 | Fixed #26653 -- Made SyndicationFeed.latest_post_date() return time in UTC. | Ketan Bhatt | |
| 2016-05-28 | Added RemovedInDjango21Warning | Tim Graham | |
| 2016-05-17 | Fixed #26601 -- Improved middleware per DEP 0005. | Florian Apolloner | |
| Thanks Tim Graham for polishing the patch, updating the tests, and writing documentation. Thanks Carl Meyer for shepherding the DEP. | |||
| 2016-05-12 | Fixed #21231 -- Enforced a max size for GET/POST values read into memory. | Andre Cruz | |
| Thanks Tom Christie for review. | |||
| 2016-05-10 | Fixed #24046 -- Deprecated the "escape" half of utils.safestring. | Tim Graham | |
| 2016-05-10 | Stopped truncating AdminEmailHandler message subjects | Claude Paroz | |
| Refs #26572, #17281. The RFC doesn't limit total length, just the line length which is already taken care of by Python itself. Thanks Tim Graham for the review. | |||
| 2016-05-10 | Fixed #26580 -- Updated references to obsolete RFC 2822. | Vasiliy Faronov | |
| Didn't rename django.utils.feedgenerator.rfc2822_date() as some external code may rely on it. | |||
