| .. |
|
extras
|
Be more informative when reporting import errors.
|
2013-01-07 12:52:20 +00:00 |
|
__init__.py
|
|
|
|
authentication.py
|
WWW-Authenticate responses
|
2013-01-21 21:29:49 +00:00 |
|
breadcrumbs.py
|
urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability
|
2012-12-19 23:12:27 +00:00 |
|
decorators.py
|
Raise assertion errors if @api_view decorator is applied incorrectly. Fixes #596.
|
2013-01-19 15:51:14 +00:00 |
|
description.py
|
|
|
|
fields.py
|
Update docstrings
|
2013-01-15 10:51:10 +00:00 |
|
files.py
|
Some cleanup
|
2013-01-03 08:28:17 +02:00 |
|
filterset.py
|
|
|
|
genericrelations.py
|
Test for GFK, using RelatedField. Refs #607.
|
2013-01-25 14:36:27 +00:00 |
|
generics.py
|
deprecate simplejson
|
2013-01-05 13:40:02 +01:00 |
|
htmlrenderer.py
|
urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability
|
2012-12-19 23:12:27 +00:00 |
|
hyperlinkedserializers.py
|
deprecate simplejson
|
2013-01-05 13:40:02 +01:00 |
|
models.py
|
Cleaning up GFK test module. Refs #607.
|
2013-01-25 13:58:19 +00:00 |
|
modelviews.py
|
Use compat import of urlpatterns
|
2012-12-27 20:20:01 +00:00 |
|
negotiation.py
|
|
|
|
pagination.py
|
Test for #552.
|
2013-01-24 08:58:19 +00:00 |
|
parsers.py
|
|
|
|
relations_hyperlink.py
|
Raise Validation Errors when relationships receive incorrect types. Fixes #590.
|
2013-01-18 21:29:21 +00:00 |
|
relations_nested.py
|
unused imports
|
2013-01-10 15:48:22 +01:00 |
|
relations_pk.py
|
Raise Validation Errors when relationships receive incorrect types. Fixes #590.
|
2013-01-18 21:29:21 +00:00 |
|
relations_slug.py
|
Raise Validation Errors when relationships receive incorrect types. Fixes #590.
|
2013-01-18 21:29:21 +00:00 |
|
relations.py
|
Add proper validation for updating relational fields with incorrect types. Fixes #446.
|
2013-01-04 13:50:40 +00:00 |
|
renderers.py
|
urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability
|
2012-12-19 23:12:27 +00:00 |
|
request.py
|
deprecate simplejson
|
2013-01-05 13:40:02 +01:00 |
|
response.py
|
urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability
|
2012-12-19 23:12:27 +00:00 |
|
reverse.py
|
urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability
|
2012-12-19 23:12:27 +00:00 |
|
serializer.py
|
Add separate test for failed custom validation
|
2013-01-23 07:52:56 +01:00 |
|
settings.py
|
Be more informative when reporting import errors.
|
2013-01-07 12:52:20 +00:00 |
|
status.py
|
|
|
|
testcases.py
|
urls, patterns, include imports move to compat to support incoming 1.3 thru 1.6 import compatability
|
2012-12-19 23:12:27 +00:00 |
|
tests.py
|
|
|
|
throttling.py
|
|
|
|
urlpatterns.py
|
Tweaked some method names to be more clear and added a docstring to the test case class.
|
2013-01-21 09:37:50 -08:00 |
|
utils.py
|
Renaming DRFRequestFactory to RequestFactory
|
2012-12-30 13:58:08 -04:00 |
|
validators.py
|
|
|
|
views.py
|
|
|