1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/django
Travis Swicegood c647065b49 Make sure these functions don't bleed into the global scope
This makes sure that all of these functions are assigned to variables
assigned to the current scope, rather than the global scope.  It also
adds a trailing semi-colon to make sure various linters are happy.
2012-05-16 13:33:48 -05:00
..
bin Made more extensive usage of context managers with open. 2012-05-05 14:06:36 +02:00
conf Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
contrib Make sure these functions don't bleed into the global scope 2012-05-16 13:33:48 -05:00
core Fixed #18019 -- Use threaded runserver only when database supports it. 2012-05-15 09:21:10 +02:00
db Fixed #4102 -- Allow update of specific fields in model.save() 2012-05-12 10:29:41 +03:00
dispatch Replaced im_func and im_self by __func__ and __self__. 2012-05-12 22:35:21 +02:00
forms Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00
http Replaced foo.next() by next(foo). 2012-05-10 20:15:49 +02:00
middleware Fixed #18042 -- Advanced deprecation warnings. 2012-05-03 15:27:01 +02:00
shortcuts
template Replaced foo.next() by next(foo). 2012-05-10 20:15:49 +02:00
templatetags
test Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00
utils Fixed typo in utils/archive.py docstring 2012-05-11 13:51:19 -05:00
views Fixed #10890: added prev/next_week in the context 2012-05-14 22:40:45 +02:00
__init__.py