index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rest_framework
/
compat.py
Age
Commit message (
Expand
)
Author
2015-01-30
Merge master
Tom Christie
2015-01-23
Added DictField and support for HStoreField.
Tom Christie
2015-01-21
Merge master
Tom Christie
2015-01-21
Allow missing fields option for inherited serializers. Closes #2388.
Tom Christie
2015-01-19
Merge master
Tom Christie
2015-01-19
Drop trailing whitespace on indented JSON output. Closes #2429.
Tom Christie
2015-01-19
Fix timedelta JSON serialization on Python 2.6.
Fabien Bochu
2015-01-08
Ensure urlparse is not publically exposed in compat.py - less chance of accid...
Tom Christie
2015-01-06
Fix compatibility comment regarding OrderedDict
Ryan Gaffney
2015-01-05
Merge branch 'master' into version-3.1
Tom Christie
2014-12-28
Support namespaced router URLs with DefaultRouter.
Tom Christie
2014-12-16
AcceptHeaderVersioning to return unicode strings.
Tom Christie
2014-12-15
Merge master
Tom Christie
2014-12-15
Use unicode internally everywhere for 'repr'
Tom Christie
2014-12-12
Merge master
Tom Christie
2014-12-04
Removed unused compat code
Tymur Maryokhin
2014-12-04
Removed custom urlparse compat
Tymur Maryokhin
2014-12-04
Removed custom StringIO, force_text, smart_text compat
Tymur Maryokhin
2014-12-04
Removed custom python_2_unicode_compatible. Closes #2183
Tymur Maryokhin
2014-12-03
Merge
Tom Christie
2014-12-03
Merge
Tom Christie
2014-11-29
Remove XML support from core
José Padilla
2014-11-29
Remove YAML support from core
José Padilla
2014-11-28
Merge branch 'version-3.1' into oauth_as_package
José Padilla
2014-11-15
Merge branch 'version-3.1' of github.com:tomchristie/django-rest-framework in...
Eleni Lixourioti
2014-11-06
Drop usage of SortedDict. Closes #2027.
Tom Christie
2014-10-30
Ensure json.dumps(separators=...) works on both 2.x and 3.x
Tom Christie
2014-10-09
First pass on nested serializers in HTML
Tom Christie
2014-10-03
Minor: fix spelling and grammar, mostly in 3.0 announcement
Craig de Stigter
2014-10-01
Use six.text_type instead of str everywhere
Tom Christie
2014-09-26
FileField and ImageField
Tom Christie
2014-09-22
More compat fixes
Tom Christie
2014-09-22
Ensure 'messages' in fields are respected in preference to default validator ...
Tom Christie
2014-09-10
Compat fixes
Tom Christie
2014-09-10
Added help_text argument to fields
Tom Christie
2014-09-05
Moved OAuth support out of DRF and into a separate package, per #1767
Jharrod LaFon
2014-08-19
Drop six from compat. 1.4.2 is now the lowest supported version.
Tom Christie
2014-08-19
Merge master
Tom Christie
2014-07-28
Fix #1712 (issue when django-guardian is installed but not configured/used)
Xavier Ordoquy
2014-06-23
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-06-08
Fixed #1624 (thanks @abraithwaite)
Xavier Ordoquy
2014-04-13
Merge remote-tracking branch 'origin/master' into 2.4.0
Xavier Ordoquy
2014-03-06
it's safe to import scope and constants
Eric Buehl
2014-03-05
don't implicitly import provider.oauth2
Eric Buehl
2014-02-18
Merge remote-tracking branch 'reference/master' into feature/django_1_7
Xavier Ordoquy
2014-02-18
Moved the python_2_unicode_compatible into compat module.
Xavier Ordoquy
2014-01-28
Import force_bytes on django >= 1.5
Ian Foote
2013-12-23
Merge branch 'bennbollay-patch-1' into 2.4.0
Tom Christie
2013-12-16
Don't import compat.py from authtoken.models. Closes #1297
Tom Christie
2013-12-13
Compat fixes for django-oauth-plus versions 2.0-2.2.1
Tom Christie
[next]