django1/django
Kevin Christopher Henry 59a34c43a8 Fixed #18744 -- Updated docstring to highlight limitations of NamedTemporaryFile
- Noted that this does not allow for reading and writing the same open
file in different processes under Windows.
- Noted that the keyword arguments to NamedTemporaryFile no longer
match the Python version.
2013-09-19 10:12:03 -04:00
..
bin Removed daily_cleanup.py script as per deprecation TL. 2013-06-28 21:48:16 -03:00
conf Revert "Fixed #12288 -- Validated that app names in INSTALLED_APPS are unique" 2013-09-14 07:19:32 -04:00
contrib Fixed typo in exception message; refs #19414 2013-09-19 06:24:12 -04:00
core Fixed #18744 -- Updated docstring to highlight limitations of NamedTemporaryFile 2013-09-19 10:12:03 -04:00
db Fixed #12568 -- no error when accessing custom field's descriptor 2013-09-18 10:03:52 +03:00
dispatch Fixed #20943 -- Weakly reference senders when caching their associated receivers 2013-08-21 22:30:45 +01:00
forms Added backwards compatability shims for util modules. 2013-09-16 12:53:42 -04:00
http Fixed #18403 -- Initialized bad_cookies in SimpleCookie 2013-09-10 08:26:54 -04:00
middleware Deprecated SortedDict (replaced with collections.OrderedDict) 2013-08-04 07:09:39 -04:00
shortcuts More import removals 2013-06-29 11:58:36 +02:00
template Fixed #7557 -- Added type checking to Variable initialization. 2013-09-19 09:27:19 -04:00
templatetags Took advantage of django.utils.six.moves.urllib.*. 2013-09-05 14:39:23 -05:00
test Final attempt to solve sporadic test failures. 2013-09-17 16:41:01 +02:00
utils Fixed #15625 -- Made message in MultiValueDictKeyError less verbose. 2013-09-18 06:44:38 -04:00
views Fixed #21098 -- Applied sensitive_post_parameters to MultiValueDict 2013-09-18 09:48:36 -04:00
__init__.py Master is now pre-1.7. 2013-06-28 08:56:45 -05:00