django-rest-framework/rest_framework
Xavier Ordoquy ce491b3424 Merge pull request #3568 from jpadilla/decimal-validator
Add compat util for DecimalValidator
2015-10-30 12:54:08 +01:00
..
authtoken removed south_migrations directory 2015-10-23 10:00:01 -04:00
locale Update the translations. 2015-09-21 08:07:56 +02:00
static/rest_framework Update bootstrap from 3.2.0 to 3.3.5 2015-10-26 10:40:59 -04:00
templates/rest_framework Fix trans template tag error 2015-10-28 22:47:52 -05:00
templatetags format_html was missing in optional_logout template-tag 2015-10-28 18:48:58 +01:00
utils Add compat util for DecimalValidator 2015-10-29 06:42:16 -04:00
__init__.py Bump version to 3.2.4. 2015-09-20 22:04:25 +02:00
authentication.py Remove Django 1.4 compat code 2015-08-07 00:02:29 +02:00
compat.py Add compat util for DecimalValidator 2015-10-29 06:42:16 -04:00
decorators.py
exceptions.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
fields.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
filters.py Merge branch 'master' into filters 2015-10-19 13:14:42 +01:00
generics.py
metadata.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
mixins.py
models.py
negotiation.py More cleanup of browser overrides 2015-09-28 15:33:55 +01:00
pagination.py Remove unused import 2015-10-23 16:07:48 +01:00
parsers.py
permissions.py Remove Django 1.5 get_model_name fallback 2015-09-21 20:10:31 +02:00
relations.py typo 2015-10-29 16:20:44 +01:00
renderers.py Merge pull request #3315 from tomchristie/filters 2015-10-22 11:42:35 +01:00
request.py Fix request cloning, so method becomes set 2015-09-17 16:34:03 +01:00
response.py Django 1.9's test case HttpResponse.json() is not cachable. 2015-08-28 11:55:23 +01:00
reverse.py More cleanup of browser overrides 2015-09-28 15:33:55 +01:00
routers.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
serializers.py Added support for the to_field on ForeignKey fields 2015-10-21 15:33:18 +03:00
settings.py Release notes etc 2015-10-22 14:05:52 +01:00
status.py
test.py
throttling.py
urlpatterns.py
urls.py
validators.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
versioning.py
views.py Remove Django 1.4 compat code 2015-08-07 00:02:29 +02:00
viewsets.py