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-08
Minor docs updates
Tom Christie
2015-01-06
Update exception docs. Closes #2378.
Tom Christie
2015-01-05
Minor docs update. Refs #2375.
Tom Christie
2015-01-05
Pass init arguments through to serializer from pagination serializer.
Tom Christie
2015-01-05
Udpate docstring
Tom Christie
2015-01-05
required=False allows omission of value for output. Closes #2342
Tom Christie
2015-01-05
Ensure no invalid min_length/min_value/max_value arguments. Closes #2369.
Tom Christie
2015-01-02
Merge pull request #2371 from robbyt/patch-4
Tom Christie
2015-01-01
fix widget style formatting
Rob Terhaar
2014-12-30
Merge pull request #2363 from kdazzle/models_meta-cleanup
Tom Christie
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
Note on using i18n_patterns with format_suffix_patterns. Closes #2278.
Tom Christie
2014-12-28
Support namespaced router URLs with DefaultRouter.
Tom Christie
2014-12-28
Drop unused import
Tom Christie
2014-12-28
Add notes on include and namespacing. Closes #2335.
Tom Christie
2014-12-28
Remove broken test. Closes #2359.
Tom Christie
2014-12-28
Only pass max_length for CharField. Closes #2317.
Tom Christie
2014-12-28
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2014-12-28
Add import notes in docs. Closes #2357
Tom Christie
2014-12-27
Merge pull request #2358 from fusionbox/manger_typo
Tom Christie
2014-12-26
Typo manger => manager
Rocky Meza
2014-12-26
Release notes on non-text detail arguments. Closes #2341.
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-24
modified the tests accordingly
Remi Paulmier
2014-12-23
Merge pull request #2348 from theengineear/compress-invalid-template
Kevin Brown
2014-12-23
Remove ‘/‘ from inside variable block {{ }}
Andrew Seier
2014-12-23
Remove commented code (warning during compression)
Andrew Seier
2014-12-23
Merge pull request #2346 from sh4r3m4n/master
Tom Christie
2014-12-23
Documented an optional argument of HyperlinkedIdentityField
Matías Lang
2014-12-22
fix the way to use textarea rather than input with models.TextField
Remi Paulmier
2014-12-22
Merge pull request #2337 from BWStearns/master
Tom Christie
2014-12-21
use of double quotes broke the code highlighting.
Brian Stearns
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
Merge pull request #2010 from tanwanirahul/master
Tom Christie
2014-12-19
Updated documentation on url_path per suggestions.
Rahul
2014-12-19
Updates url_path info per suggestion
Rahul
2014-12-19
Added documentation about url_path parameter for custom actions.
Rahul
2014-12-19
depth should reduce by one on each nesting level. Closes #2287.
Tom Christie
2014-12-19
Add url_path documention for detail_route decorator
tanwanirahul
2014-12-19
Updated tests to use url_path attribute in list and detail decorators
tanwanirahul
2014-12-19
Change decorator attribute name to url_path per suggestions
tanwanirahul
2014-12-18
Merge pull request #2319 from maryokhin/master
Tom Christie
2014-12-18
Add OPTIONS/metadata to docs index
Tom Christie
2014-12-18
Assert fields in `exclude` are model fields
Tymur Maryokhin
2014-12-18
Merge pull request #2316 from tomchristie/project-management
Tom Christie
[next]