django/django
can cef3f2d3c6
Fixed -- Used connection timezone instead of UTC when making dates timezone-aware on MySQL, SQLite, and Oracle.
Thanks vtalpaert for the initial patch.

Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2019-04-08 08:59:17 +02:00
..
apps Fixed -- Removed unneeded use of OrderedDict. 2019-02-06 13:48:39 -05:00
bin Reverted "Fixed , refs -- Used python3 shebangs." 2017-03-07 10:10:32 -05:00
conf Updated core translations from Transifex 2019-04-01 12:21:52 +02:00
contrib Fixed -- Fixed crash of ordering by expressions with params in ArrayAgg and StringAgg. 2019-04-06 14:23:29 +02:00
core Made startapp/project's overlaying error message use 'app' or 'project'. 2019-03-30 10:14:07 -04:00
db Fixed -- Used connection timezone instead of UTC when making dates timezone-aware on MySQL, SQLite, and Oracle. 2019-04-08 08:59:17 +02:00
dispatch Capitalized "Python" in docs and comments. 2018-10-09 09:26:07 -04:00
forms Fixed -- Fixed forms.model_to_dict() result if empty list of fields is passed. 2019-04-03 09:05:15 +02:00
http Fixed -- Allowed HttpResponse to accept memoryview content. 2019-03-29 09:43:49 -04:00
middleware Optimized CommonMiddleware's check for DISALLOWED_USER_AGENTS. 2019-03-30 09:02:57 -04:00
template Fixed -- Made Engine.render_to_string() honor autoescape. 2019-03-25 17:59:07 -04:00
templatetags Replaced loop with dictionary comprehension. 2018-12-19 17:31:48 -06:00
test Minimized try block in Client.request(). 2019-03-11 10:39:59 -04:00
urls Removed django.utils.lru_cache usage. 2019-02-04 20:07:49 -05:00
utils Fixed "byte string" typo in various docs and comments. 2019-03-28 10:00:12 +01:00
views Refs -- Forced utf-8 encoding when loading templates for the technical 404 debug and congrats page. 2019-04-05 16:35:01 +02:00
__init__.py Bumped version; master is now 3.0 pre-alpha. 2019-01-17 10:50:24 -05:00
__main__.py Fixed -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Refs -- Removed shortcuts.render_to_response() per deprecation timeline. 2019-01-17 10:50:25 -05:00