django-rest-framework/rest_framework
Carlton Gibson eb3d078a2c Version 3.7: Announcement etc (#5437)
* Set version number for 3.7.0 release

* Rename release notes section

Moved issue links to top for easier access.
(Can move back later)

* Add release note for #5273

* Add release note for #5440

* Add release note for #5265

Strict JSON handling

* Add release note for #5250

* Add release notes for #5170

* Add release notes for #5443

* Add release notes for #5448

* Add release notes for #5452

* Add release not for #5342

* Add release notes for 5454

* Add release notes for #5058 & #5457

Remove Django 1.8 & 1.9 from README and setup.py

* Release notes for merged 3.6.5 milestone tickets

Tickets migrated to 3.7.0 milestone.

* Add release notes for #5469

* Add release notes from AM 2ndOct

* Add final changes to the release notes.

* Add date and milestone link

Move issue links back to bottom.

* Update translations from transifex

* Begin releae anouncement

* Add release note for #5482

* 3.7 release announcement & related docs.
2017-10-06 13:18:31 +02:00
..
authtoken Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
locale Version 3.7: Announcement etc (#5437) 2017-10-06 13:18:31 +02:00
schemas Have is_list_view recognise RetrieveModel… views (#5480) 2017-10-05 20:41:14 +02:00
static/rest_framework Update coreapi JS to 0.1.1 (#5479) 2017-10-05 13:40:28 +02:00
templates/rest_framework Update coreapi JS to 0.1.1 (#5479) 2017-10-05 13:40:28 +02:00
templatetags Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
utils Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
__init__.py Version 3.7: Announcement etc (#5437) 2017-10-06 13:18:31 +02:00
apps.py Make DEFAULT_PAGINATION_CLASS None by default. (#5170) 2017-09-25 15:36:30 +02:00
authentication.py Call Django's authenticate function with the request object (#5295) 2017-10-05 10:43:49 +01:00
checks.py Make DEFAULT_PAGINATION_CLASS None by default. (#5170) 2017-09-25 15:36:30 +02:00
compat.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
decorators.py Allow schema = None. Deprecate exclude_from_schema (#5422) 2017-09-20 11:29:47 +02:00
documentation.py allow custom authentication and permission classes for docs view 2017-09-25 16:17:25 +02:00
exceptions.py Fix missing six.text_type() call on APIException.__str__ (#5476) 2017-10-04 09:00:21 +02:00
fields.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
filters.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
generics.py Add ValidationError to except in get_object_or_404 for django 1.11 2017-05-05 21:17:12 -04:00
metadata.py
mixins.py
models.py
negotiation.py Fixed various typos (#4366) 2016-08-08 09:32:22 +01:00
pagination.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
parsers.py Add 'STRICT_JSON' API setting. 2017-09-25 09:08:20 +02:00
permissions.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
relations.py
renderers.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
request.py Force content_type inclusion in APIRequestFactory 2017-08-31 05:45:12 -04:00
response.py Drop unnecessary TODO notes. 2017-09-14 09:44:59 +01:00
reverse.py
routers.py Remove deprecated schema code from DefaultRouter (#5482) 2017-10-05 21:29:56 +02:00
serializers.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
settings.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
status.py
test.py Force content_type inclusion in APIRequestFactory 2017-08-31 05:45:12 -04:00
throttling.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
urlpatterns.py Remove Django 1.8 & 1.9 compatibility code (#5481) 2017-10-05 20:41:38 +02:00
urls.py
validators.py
versioning.py
views.py Allow schema = None. Deprecate exclude_from_schema (#5422) 2017-09-20 11:29:47 +02:00
viewsets.py