django/django
Sergey Fedoseev 0ec134e340 Simplified calculation of used joins in Query.build_filter(). 2017-08-11 10:46:11 -04:00
..
apps Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 2017-06-01 19:08:59 -04:00
bin
conf Updated translations from Transifex 2017-05-31 21:43:40 +02:00
contrib Refs #16043 -- Refactored internal fields value cache. 2017-08-10 12:06:02 -04:00
core Fixed argument name in call_command() docstring. 2017-08-09 18:05:05 -04:00
db Simplified calculation of used joins in Query.build_filter(). 2017-08-11 10:46:11 -04:00
dispatch
forms Simplified Float/DecimalField.validate() with math.isfinite(). 2017-08-09 20:41:39 -04:00
http Fixed #27818 -- Replaced try/except/pass with contextlib.suppress(). 2017-06-28 14:07:55 -04:00
middleware
template Removed unnecessary else clause in TemplateStrings.get_template(). 2017-08-07 10:24:58 -04:00
templatetags Avoided creating temporary lists for obtaining the first item. 2017-07-31 11:02:23 -04:00
test Fixed #28360 -- Fixed test runner crash with --debug-sql on fail/error in subTest. 2017-07-05 16:56:24 -04:00
urls Avoided creation of temporary sets. 2017-07-29 10:16:43 -04:00
utils Refs #23919 -- Removed LazyObject.__getstate__() needed only on Python 2. 2017-07-12 13:14:49 +05:00
views Fixed #28457 -- Updated the design of the 'Congrats' page for new Django projects. 2017-08-07 10:33:55 -04:00
__init__.py
__main__.py
shortcuts.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00