django1/django
Tim Graham afcf44c101 Refs #23151 -- Removed RegexField's unused error_message parameter.
Should have been removed in b6ea1961eb.
2017-02-20 19:09:09 -05:00
..
apps Refs #23919 -- Removed misc Python 2/3 references. 2017-01-25 13:59:25 -05:00
bin Removed bin/unique-messages.py 2015-02-06 08:47:38 -05:00
conf Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE. 2017-02-16 07:59:44 -05:00
contrib Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped widget. 2017-02-20 08:48:03 -05:00
core Fixed #27820 -- Fixed RequestDataTooBig/TooManyFieldsSent crash. 2017-02-13 16:19:03 -05:00
db Fixed typo in DurationField's docstring. 2017-02-20 08:44:05 -05:00
dispatch Refs #23919 -- Removed __traceback__ setting needed for Python 2. 2017-01-24 08:31:58 -05:00
forms Refs #23151 -- Removed RegexField's unused error_message parameter. 2017-02-20 19:09:09 -05:00
http Fixed #27308 -- Fixed BytesWarnings in the test suite. 2017-02-17 16:04:45 -05:00
middleware Refs #23919 -- Assumed request COOKIES and META are str 2017-01-30 14:13:29 +01:00
template Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
templatetags Refs #27656 -- Updated django.template/tag docstring verbs according to PEP 257. 2017-02-17 11:29:38 -05:00
test Added TransactionTestCase.multi_db instead of using getattr(). 2017-02-13 08:46:00 -05:00
urls Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
utils Refs #27656 -- Updated django.utils docstring verbs according to PEP 257. 2017-02-11 16:11:08 -05:00
views Refs #23919 -- Removed an used block in ExceptionReporter.get_traceback_data(). 2017-02-09 09:03:28 -05:00
__init__.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
__main__.py Fixed #24857 -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Fixed #25978 -- Deprecated shorcuts.render_to_response(). 2017-02-11 05:49:04 -05:00