This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-03-03 13:34:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
History
Sergey Fedoseev
fb0bdff981
Refs
#28459
-- Improved performance of ValuesIterable.
2017-08-08 11:02:59 +05:00
..
apps
…
bin
…
conf
…
contrib
Removed unused _combine() node argument from various combinable classes.
2017-08-02 21:21:32 -04:00
core
Avoided creation of temporary sets.
2017-07-29 10:16:43 -04:00
db
Refs
#28459
-- Improved performance of ValuesIterable.
2017-08-08 11:02:59 +05:00
dispatch
…
forms
Removed unnecessary else in SelectDateWidget.id_for_lable().
2017-08-07 22:01:45 -04:00
http
…
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
…
urls
Avoided creation of temporary sets.
2017-07-29 10:16:43 -04:00
utils
…
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
…