django1/django
Nick Pope 0ef9979669 Fixed -- Removed tuple support in DatabaseIntrospection.get_field_type().
Support for returning tuples was undocumented and error prone.
2019-01-23 13:18:03 -05:00
..
apps Fixed -- Added watchman support to the autoreloader. 2019-01-13 20:33:47 -05:00
bin Reverted "Fixed , refs -- Used python3 shebangs." 2017-03-07 10:10:32 -05:00
conf Refs -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline. 2019-01-17 10:50:25 -05:00
contrib Refs -- Simplified introspection of geography columns on PostGIS. 2019-01-23 13:18:03 -05:00
core Fixed -- Removed tuple support in DatabaseIntrospection.get_field_type(). 2019-01-23 13:18:03 -05:00
db Fixed -- Fixed SQLite introspection crash with a varchar primary key. 2019-01-22 19:02:34 -05:00
dispatch Capitalized "Python" in docs and comments. 2018-10-09 09:26:07 -04:00
forms Used 4 space hanging indent for dictionaries. 2019-01-02 18:18:19 -05:00
http Refs -- Removed HttpRequest.xreadlines() per deprecation timeline. 2019-01-17 10:52:16 -05:00
middleware Capitalized SecurityMiddleware headers for consistency with other headers. 2018-10-30 18:30:51 -04:00
template Removed template_cache attribute from cached template loader. 2019-01-18 18:35:00 -05:00
templatetags Replaced loop with dictionary comprehension. 2018-12-19 17:31:48 -06:00
test Fixed -- Fixed assertURLEqual() crash with reverse_lazy() URLs. 2019-01-21 09:31:33 -05:00
urls Fixed -- Added ResolverMatch.route. 2018-12-06 18:05:40 -05:00
utils Removed redundant period in Watchman unavailable message. 2019-01-19 18:25:01 -05:00
views Refs -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline. 2019-01-17 10:50:25 -05:00
__init__.py Bumped version; master is now 3.0 pre-alpha. 2019-01-17 10:50:24 -05:00
__main__.py Fixed -- Added "python -m django" entry point. 2015-09-07 19:54:32 -04:00
shortcuts.py Refs -- Removed shortcuts.render_to_response() per deprecation timeline. 2019-01-17 10:50:25 -05:00