Tom Christie
|
dee3f78cb6
|
FileField and ImageField
|
2014-09-26 17:06:20 +01:00 |
|
Tom Christie
|
f4b1dcb167
|
OPTIONS support
|
2014-09-24 14:09:49 +01:00 |
|
Tom Christie
|
79715f01f8
|
Coerce dates etc to ISO_8601 in seralizer, by default.
|
2014-09-12 12:10:22 +01:00 |
|
Tom Christie
|
5e39e159ee
|
UNICODE_JSON and COMPACT_JSON settings
|
2014-09-12 11:38:22 +01:00 |
|
Tom Christie
|
6db3356c4d
|
NON_FIELD_ERRORS_KEY setting
|
2014-09-12 10:21:35 +01:00 |
|
Tom Christie
|
f62c874ea9
|
Remove filter_backend .
Closes #1775.
|
2014-08-29 10:48:40 +01:00 |
|
Tom Christie
|
63d02dbea8
|
Drop six from compat. 1.4.2 is now the lowest supported version.
|
2014-08-19 17:06:55 +01:00 |
|
Tom Christie
|
bf09c32de8
|
Code linting and added runtests.py
|
2014-08-19 13:28:07 +01:00 |
|
Carlton Gibson
|
d98245ac22
|
Merge branch '2.4.0' of github.com:tomchristie/django-rest-framework into #1559
Conflicts:
docs/topics/release-notes.md
|
2014-06-24 10:30:08 +02:00 |
|
Carlton Gibson
|
3f727ce738
|
Added (first pass) notes to docs & release notes. Backed out SOUTH_MIGRATION_MODULES setting from rest_framework.settings
|
2014-06-24 09:02:44 +02:00 |
|
Carlton Gibson
|
f34011f801
|
Allow use of native migrations in 1.7
|
2014-06-23 14:52:18 +02:00 |
|
Xavier Ordoquy
|
d08536ad9d
|
Merge remote-tracking branch 'origin/master' into 2.4.0
Conflicts:
.travis.yml
docs/api-guide/fields.md
docs/api-guide/routers.md
docs/topics/release-notes.md
rest_framework/authentication.py
rest_framework/serializers.py
rest_framework/templatetags/rest_framework.py
rest_framework/tests/test_authentication.py
rest_framework/tests/test_filters.py
rest_framework/tests/test_hyperlinkedserializers.py
rest_framework/tests/test_serializer.py
rest_framework/tests/test_testing.py
rest_framework/utils/encoders.py
tox.ini
|
2014-04-13 00:05:57 +02:00 |
|
Peter Inglesby
|
2353878951
|
Add SEARCH_PARAM and ORDERING_PARAM to settings
Fixes #1434
|
2014-03-06 21:39:44 +00:00 |
|
S.Prymak
|
e9b0d70f5d
|
Override HyperlinkedModelSerializerOptions url field name with URL_FIELD_NAME setting
|
2014-01-14 10:38:49 +02:00 |
|
kahnjw
|
89f26c5e04
|
Add get_ident method to pass new tests.
|
2013-12-06 14:21:52 -08:00 |
|
Andy Freeland
|
b5523bcc7d
|
Support customizable view EXCEPTION_HANDLER
Add `api_settings.EXCEPTION_HANDLER` to support custom error responses.
Fixes #907.
|
2013-09-06 12:47:33 -05:00 |
|
Tom Christie
|
e1b54f2a2a
|
Merge branch 'max_paginate_by' of git://github.com/alexander-akhmetov/django-rest-framework into alexander-akhmetov-max_paginate_by
|
2013-08-27 20:58:30 +01:00 |
|
Tom Christie
|
dce47a11d3
|
Move settings into more sensible ordering
|
2013-08-27 12:32:13 +01:00 |
|
Alexander Akhmetov
|
316de3a8a3
|
Added max_paginate_by parameter
|
2013-08-26 20:14:17 +04:00 |
|
Tom Christie
|
89b0a539c3
|
Move view name/description functions into public space
|
2013-08-19 08:24:27 +01:00 |
|
Christopher Paolini
|
a95984e4d4
|
Settings now have default functions
Updated the setting to have a default function.
|
2013-08-16 13:23:04 -04:00 |
|
Christopher Paolini
|
d07dae6e79
|
Ability to override name/description of view
Added settings and additions to formatting.py
|
2013-08-15 12:41:52 -04:00 |
|
Tom Christie
|
0a722de171
|
Complete testing docs
|
2013-07-01 13:59:05 +01:00 |
|
Tom Christie
|
0d3d66cb02
|
Added proper charset support
|
2013-05-18 17:21:43 +01:00 |
|
Karol Majta
|
ebe959b52a
|
charset param gets now appended to response's Content-Type. Closes #807
|
2013-05-18 16:45:05 +02:00 |
|
Tom Christie
|
b443560080
|
Fix DATETIME_FORMAT, DATE_FORMAT, TIME_FORMAT settings. Closes #798
|
2013-05-08 20:38:50 +01:00 |
|
Tom Christie
|
3c2bb06660
|
Support for multiple filter classes
|
2013-05-07 13:00:44 +01:00 |
|
Tom Christie
|
1106596c80
|
Clean ups to datetime formatting
|
2013-03-06 12:19:39 +00:00 |
|
Stephan Groß
|
9c964cf37b
|
Add new ISO8601 setting + integration
|
2013-03-01 16:50:18 +01:00 |
|
Stephan Groß
|
f208d8d2bb
|
Add drf settings + output format + testcases
|
2013-03-01 16:50:18 +01:00 |
|
Tom Christie
|
b052c92ac3
|
Cleanup imports
Mostly adding `from __future__ import unicode_literals` everywhere.
|
2013-02-04 20:55:35 +00:00 |
|
Tom Christie
|
f4f237e3ee
|
3.2, 3.3 compat
|
2013-02-01 14:03:28 +00:00 |
|
Tom Christie
|
d9c7b1c585
|
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working
Conflicts:
rest_framework/authentication.py
rest_framework/relations.py
rest_framework/serializers.py
rest_framework/settings.py
rest_framework/tests/authentication.py
rest_framework/tests/genericrelations.py
rest_framework/tests/generics.py
rest_framework/tests/relations_hyperlink.py
rest_framework/tests/relations_nested.py
rest_framework/tests/relations_pk.py
rest_framework/tests/serializer.py
|
2013-02-01 11:58:55 +00:00 |
|
Xavier Ordoquy
|
510d6a3c55
|
Introduced HTTP_HEADER_ENCODING.
|
2013-01-07 23:26:14 +01:00 |
|
Marc Tamlyn
|
c736b80290
|
Be more informative when reporting import errors.
|
2013-01-07 12:52:20 +00:00 |
|
Xavier Ordoquy
|
60250f22c8
|
Move the various compat things to the compat module.
|
2013-01-03 11:41:07 +01:00 |
|
Xavier Ordoquy
|
b3698acb6c
|
First passing test under p3k \o/
|
2012-11-22 00:20:49 +01:00 |
|
Tom Christie
|
31f01bd631
|
Polishing to page size query parameters & more docs
|
2012-11-16 22:45:57 +00:00 |
|
Tom Christie
|
9973cf329a
|
Merge pull request #412 from minddust/custom_page_size_per_request
support for custom page size per request
|
2012-11-16 13:45:27 -08:00 |
|
Stephan Groß
|
3ae203a018
|
updated script to just use page_size_kwarg
|
2012-11-15 12:06:43 +01:00 |
|
Stephan Groß
|
38e94bb8b4
|
added global and per resource on/off switch + updated docs
|
2012-11-15 11:15:05 +01:00 |
|
Stephan Groß
|
44ff2e0add
|
fixed some typos
|
2012-11-14 19:36:29 +01:00 |
|
Tom Christie
|
bc6f2a1703
|
Make default FILTER_BACKEND = None
|
2012-11-08 21:46:53 +00:00 |
|
Tom Christie
|
47b534a13e
|
Make filtering optional, and pluggable.
|
2012-11-07 21:07:24 +00:00 |
|
Tom Christie
|
d995742afc
|
Add AllowAny permission
|
2012-10-27 20:04:33 +01:00 |
|
Tom Christie
|
fed235dd01
|
Make settings consistent with corrosponding view attributes
|
2012-10-17 23:09:11 +01:00 |
|
Tom Christie
|
9c1fba3483
|
Tweak parsers to take parser_context
|
2012-10-15 13:27:50 +01:00 |
|
Tom Christie
|
5c7f3e23ee
|
Tidy up APISettings object to not rely on module state
|
2012-10-10 12:54:40 +01:00 |
|
Tom Christie
|
97a7f27c82
|
Rename HTMLTemplateRenderer -> HTMLRenderer, DocuemntingHTMLRenderer -> BrowseableAPIRenderer
|
2012-10-09 15:58:48 +01:00 |
|
Tom Christie
|
d89d6887d2
|
HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no hyperlinked relations
|
2012-10-04 11:26:41 +01:00 |
|