This website requires JavaScript.
Explore
Help
Register
Sign In
encode
/
django-rest-framework
Watch
1
Star
1
Fork
0
You've already forked django-rest-framework
mirror of
https://github.com/encode/django-rest-framework.git
synced
2024-11-11 04:07:39 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
31bfdbeb1a
django-rest-framework
/
examples
/
pygments_api
History
markotibold
31bfdbeb1a
reverse on a a sorted list which was laerady reversed is rather pointless :)
2011-04-27 14:28:48 +02:00
..
__init__.py
Added pygments_api example
2011-01-26 08:58:09 +00:00
forms.py
Lots of docs, trying to tidy up examples...
2011-01-30 11:00:20 +00:00
models.py
Test implemented for
#28
Pygments examples should be datetime sorted
2011-03-09 00:26:20 +01:00
tests.py
Fixes
#35
- Import json from django's built-in package (Does cleverness in determing best lib to use)
2011-04-26 20:20:31 +01:00
urls.py
Yowzers. Final big bunch of refactoring for 0.1 release. Now support Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test. All sorts of goodness. Getting ready to push this out now.
2011-02-19 10:26:27 +00:00
views.py
reverse on a a sorted list which was laerady reversed is rather pointless :)
2011-04-27 14:28:48 +02:00