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
Age
Commit message (
Expand
)
Author
2015-01-21
Allow missing fields option for inherited serializers. Closes #2388.
Tom Christie
2015-01-19
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2015-01-19
NotImplemented -> NotImplementedError
Tom Christie
2015-01-19
Merge pull request #2434 from alexsdutton/patch-1
Tom Christie
2015-01-19
NotImplemented is not an exception
Alexander Dutton
2015-01-19
ReturnDict and ReturnList repr as standard dict/list. Closes #2421.
Tom Christie
2015-01-19
Handle UUID objects in JSONEncoder. Closes #2433.
Tom Christie
2015-01-19
Merge pull request #2430 from Polyconseil/fbochu/timedelta-json-serialiser-py...
Tom Christie
2015-01-19
Fix timedelta JSON serialization on Python 2.6.
Fabien Bochu
2015-01-19
Merge pull request #2427 from DavidMuller/pytest_version_bumps
Xavier Ordoquy
2015-01-18
Save objects before assigning them in InheritedModelSerializationTests; Djang...
David Muller
2015-01-18
Add Django 1.8 alpha to test matrix
David Muller
2015-01-18
Bump pytest version in tox.ini to 2.6.4
David Muller
2015-01-18
Bump pytest-django version in tox.ini to 2.8.0
David Muller
2015-01-18
Bump pytest version to 2.6.4
David Muller
2015-01-18
Bump pytest-django version to 2.8.0
David Muller
2015-01-14
Preserve ordering on relationship drop-down choices. Closes #2408.
Tom Christie
2015-01-13
Merge pull request #2407 from philipn/filters_link_fix
Carlton Gibson
2015-01-13
Fix link to `django-rest-framework-filters` (formerly
Philip Neustrom
2015-01-12
Merge pull request #2399 from askholme/master
Tom Christie
2015-01-12
Merge pull request #2401 from jpadilla/master
Tom Christie
2015-01-12
Fix error when NUM_PROXIES is greater than one
José Padilla
2015-01-11
Fix ident format when using HTTP_X_FORWARDED_FOR
José Padilla
2015-01-10
Merge pull request #2398 from sloria/readme-links
José Padilla
2015-01-10
Make FileUploadParser work with standard django API
Ask Holme
2015-01-10
Fix broken links in README
Steven Loria
2015-01-10
Merge pull request #2397 from travelton/TweakTutorialDocs
Tom Christie
2015-01-10
Merge pull request #2385 from linovia/release/3.0.3
3.0.3
Xavier Ordoquy
2015-01-09
Tweaked a few issues in the tutorial documentation.
Travis Swientek
2015-01-08
Update the release note with latest fixes.
Xavier Ordoquy
2015-01-08
Merge remote-tracking branch 'origin/master' into release/3.0.3
Xavier Ordoquy
2015-01-08
Ammend docstring to use python2/3 compatible example.
Tom Christie
2015-01-08
Fix broken 1.7.3. It's 1.7.2 - 1.7.3 is documented but not yet on PyPI.
Tom Christie
2015-01-08
Minimum 1.6.x version is 1.6.3
Tom Christie
2015-01-08
Minimum Django 1.5 version issue 1.5.6
Tom Christie
2015-01-08
Ensure urlparse is not publically exposed in compat.py - less chance of accid...
Tom Christie
2015-01-08
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2015-01-08
Minor docs updates
Tom Christie
2015-01-07
Merge pull request #2386 from linovia/bugfix/drop_egg_support
Tom Christie
2015-01-07
Update project-management.md
Tom Christie
2015-01-07
Update project-management.md
Tom Christie
2015-01-07
Make Django REST Framework as zip unsafe.
Xavier Ordoquy
2015-01-07
Bumped the version to 3.0.3.
Xavier Ordoquy
2015-01-07
Release notes for 3.0.3
Xavier Ordoquy
2015-01-07
Merge pull request #2382 from JocelynDelalande/patch-1
Tom Christie
2015-01-07
fixed doc : DEFAULT_AUTHENTICATION_CLASSES -> DEFAULT_AUTHENTICATION
JocelynDelalande
2015-01-07
Merge pull request #2379 from Gaffney/fix-compat-comment
Tom Christie
2015-01-06
Fix compatibility comment regarding OrderedDict
Ryan Gaffney
2015-01-06
Update exception docs. Closes #2378.
Tom Christie
2015-01-05
Minor docs update. Refs #2375.
Tom Christie
[next]