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
Age
Commit message (
Expand
)
Author
2015-01-19
Add offset support for cursor pagination
Tom Christie
2015-01-17
Cleaning up cursor implementation
Tom Christie
2015-01-17
First pass at cursor pagination
Tom Christie
2015-01-16
Fix compat issues
Tom Christie
2015-01-16
More pagination tests & cleanup
Tom Christie
2015-01-15
Tests for LimitOffsetPagination
Tom Christie
2015-01-15
Flake 8 fixes
Tom Christie
2015-01-15
Tweaks, and add pagination controls for offset/limit.
Tom Christie
2015-01-14
Tweaks
Tom Christie
2015-01-14
Include pagination control in browsable API
Tom Christie
2015-01-14
Include paragraph around view description in browable API
Tom Christie
2015-01-14
Include paragraph around view description in browable API
Tom Christie
2015-01-13
API tweaks and pagination documentation
Tom Christie
2015-01-09
First pass at 3.1 pagination API
Tom Christie
2015-01-09
Merge pull request #2373 from jakul/document-translations-3.1
Tom Christie
2015-01-08
remove unused import
Craig Blaszczyk
2015-01-07
restore Django 404
Craig Blaszczyk
2015-01-07
swap backticks for double quotes
Craig Blaszczyk
2015-01-07
prefer single quotes in source and double quotes in user visible strings; add...
Craig Blaszczyk
2015-01-07
use double quotes in user messages
Craig Blaszczyk
2015-01-07
update source strings
Craig Blaszczyk
2015-01-07
use double quotes for user visible strings; end user visible strings in full ...
Craig Blaszczyk
2015-01-07
remove hardcoded page number
Craig Blaszczyk
2015-01-07
recompile pofile with new python format strings
Craig Blaszczyk
2015-01-07
switch to using format strings in error messages; raise NotFound when paginat...
Craig Blaszczyk
2015-01-05
Merge branch 'master' into version-3.1
Tom Christie
2015-01-05
Udpate docstring
Tom Christie
2015-01-05
Update docstring
Tom Christie
2015-01-05
required=False allows omission of value for output. Closes #2342
Tom Christie
2015-01-05
Merge branch 'master' into version-3.1
Tom Christie
2015-01-05
Ensure no invalid min_length/min_value/max_value arguments. Closes #2369.
Tom Christie
2015-01-02
add missing period; update generated translations
Craig Blaszczyk
2015-01-02
update error messages for language and consistency
Craig Blaszczyk
2015-01-02
fix spelling & grammar errors
Craig Blaszczyk
2015-01-02
update internationalisation instructions to prevent symlinking; add base .po ...
Craig Blaszczyk
2014-12-29
First pass at refactoring get_field_info in utils.model_meta
Kyle Valade
2014-12-28
Update copryright for 2015. Closes #2247.
Tom Christie
2014-12-28
Support namespaced router URLs with DefaultRouter.
Tom Christie
2014-12-28
Only pass max_length for CharField. Closes #2317.
Tom Christie
2014-12-26
Paginated serializers should get context.
Tom Christie
2014-12-24
Merge pull request #2340 from shtouff/fix-htmlform-textarea
Tom Christie
2014-12-23
Remove ‘/‘ from inside variable block {{ }}
Andrew Seier
2014-12-23
Remove commented code (warning during compression)
Andrew Seier
2014-12-22
fix the way to use textarea rather than input with models.TextField
Remi Paulmier
2014-12-20
Merge pull request #2331 from tomchristie/use-custom-list-serializer-for-pagi...
Tom Christie
2014-12-20
Merge pull request #2330 from tomchristie/better-blank-html-behavior
Tom Christie
2014-12-20
Use custom ListSerializer for pagination if one is specified on the serializer.
Tom Christie
2014-12-20
Better behaviour with null and '' for blank HTML fields.
Tom Christie
2014-12-19
Final bits of docs for ModelSerializer fields API
model-serializer-api
Tom Christie
2014-12-19
Merge pull request #2010 from tanwanirahul/master
Tom Christie
[next]