Commit Graph

2395 Commits

Author SHA1 Message Date
Michael Barrett
f3834aa241 Stop serialization from going back to base object
Without this patch the base object will be recursed back into with each
related object at least once.
2012-09-19 13:43:36 -07:00
Tom Christie
cb8a8e98ed Dont strip final '/' 2012-09-19 18:48:59 +01:00
Tom Christie
9921b6bd73 Use get_script_prefix to play nicely if not installed at the root. 2012-09-19 17:14:40 +01:00
Tom Christie
db13401af0 Added @phobologic. Thanks\! 2012-09-19 17:06:43 +01:00
Tom Christie
f741bab709 Added @phobologic. Thanks\! 2012-09-19 17:05:09 +01:00
Tom Christie
8d92f77fc2 Merge pull request #268 from phobologic/master
Stop backwards recursion with reverse relationships
2012-09-19 08:17:28 -07:00
Michael Barrett
943bc073d9 Fixing Issue #265.
https://github.com/tomchristie/django-rest-framework/issues/265
2012-09-19 08:05:16 -07:00
Tom Christie
575630d7c3 Use named links in tutorial docs 2012-09-19 13:02:10 +01:00
Tom Christie
cab556ee3f Initial resources code 2012-09-18 19:03:59 +01:00
Tom Christie
5611769162 Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2 2012-09-17 20:20:27 +01:00
Tom Christie
308677037f Tweak docs, fix .error_data -> .errors 2012-09-17 20:19:45 +01:00
Tom Christie
e37a1a1db2 Merge pull request #264 from droptype/restframework2
Prevent the touchstart event propagation on the dropdown menus in the navbar
2012-09-17 10:11:23 -07:00
Alec Perkins
43c2a15f9d Prevent the touchstart event propagation on the dropdown menus in the navbar.
This allows the dropdowns to be used on a touch device.
2012-09-17 10:01:44 -04:00
Tom Christie
549ebdc1c6 Merge pull request #263 from tomchristie/decouple-conneg
Content negotiation logic out of response and into View
2012-09-16 14:02:18 -07:00
Tom Christie
d8ede0355c Drop cronky tests 2012-09-16 22:00:05 +01:00
Tom Christie
a96211d3d1 Simplify negotiation. Drop MSIE hacks. Etc. 2012-09-16 21:48:55 +01:00
Tom Christie
6543ccd244 Cleaner content negotiation. Occurs after permissions. Optional 'force' flag. 2012-09-14 23:17:12 +01:00
Tom Christie
5036638d0c Simplify content_negotiation slightly 2012-09-14 22:52:28 +01:00
Tom Christie
b3e29d9576 Moved content negotiation out of response. Nicer exception handling now. 2012-09-14 22:42:29 +01:00
Tom Christie
b7b8cd11b1 Wrap more cleanly 2012-09-14 19:36:44 +01:00
Jamie Matthews
f6488cb058 Move logic for attaching HTTP handlers into LazyViewCreator 2012-09-14 16:40:08 +01:00
Jamie Matthews
21b1116af5 First stab at new view decorators 2012-09-14 16:07:07 +01:00
Tom Christie
a5213d4023 Drop urlobject2 2012-09-14 13:24:13 +01:00
Tom Christie
a2d0fd2c40 Merge stunning work from @alecperkins 2012-09-14 13:03:58 +01:00
Tom Christie
f204439fa8 Merge branch 'browsable-bootstrap' of https://github.com/droptype/django-rest-framework into droptype-browsable-bootstrap 2012-09-14 12:52:12 +01:00
Tom Christie
eb761be9d0 Flesh out resources/routers part of tutorial 2012-09-14 12:43:14 +01:00
Tom Christie
886f8b4751 Tweak throttles and improve docs 2012-09-14 08:54:58 +01:00
Tom Christie
3005079824 Drop GitHub button from docs on small screens 2012-09-13 18:39:08 +01:00
Tom Christie
d8b5d6603e Tweak copy 2012-09-13 18:35:06 +01:00
Tom Christie
6c109ac60f Improve throttles and docs 2012-09-13 18:32:56 +01:00
Tom Christie
b16c45aa6d Tweak throttling/permissions/auth docs 2012-09-13 09:39:16 +01:00
Tom Christie
003a65f0e0 Tweaks to Token auth 2012-09-12 20:39:22 +01:00
Tom Christie
dac4cb9e8b GitHub link in toolbar 2012-09-12 13:11:26 +01:00
Tom Christie
2469cd2c83 Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2 2012-09-12 10:13:14 +01:00
Tom Christie
c85f799ade Updating docs 2012-09-12 10:12:13 +01:00
Tom Christie
381fdd17a7 Merge pull request #259 from j4mie/rename-properties
Better naming for properties on views, requests and responses
2012-09-11 06:30:28 -07:00
Jamie Matthews
272c49685c Better naming for properties on views, requests and responses
renderers is now renderer_classes
parsers is now parser_classes
authentication is now authentication_classes
2012-09-11 14:20:35 +01:00
Alec Perkins
4cbc53a75d Whoops, forgot to explain these. 2012-09-09 17:27:24 -04:00
Alec Perkins
9684b3fe22 Reference-style links. Much cleaner. 2012-09-09 17:07:54 -04:00
Alec Perkins
60e6bba12b Browsable API doc topic 2012-09-09 17:02:19 -04:00
Alec Perkins
7098114ac7 Tweak the spacing of the form actions. 2012-09-09 16:09:11 -04:00
Alec Perkins
69ad8b9000 Inverse, fixed navbar. Block for easily modifying navbar style. 2012-09-09 15:54:50 -04:00
Alec Perkins
33c1e5b5ba Add horizontal scrolling to pre blocks. 2012-09-09 15:37:53 -04:00
Alec Perkins
ab9621ed81 Add prettify syntax highlighting to resource info. 2012-09-09 15:30:35 -04:00
Alec Perkins
8c0bd39f12 Styling of POST, PUT forms. Add add_class filter. 2012-09-09 15:17:44 -04:00
Alec Perkins
4500103337 Merge 'tomchristie/restframework2' into 'browsable-bootstrap' 2012-09-09 13:23:07 -04:00
Alec Perkins
0ae5500f34 Compacting, moving GET button up to OPTIONS 2012-09-09 12:44:21 -04:00
Tom Christie
d4f8b4cf06 Collapsing menu, travis and github badges, horizontal scrolling code on overflow 2012-09-09 16:56:04 +01:00
Tom Christie
baa6e2c18b Hide toc overflow 2012-09-08 22:31:44 +01:00
Tom Christie
27a5109485 Merge branch 'restframework2' of https://github.com/tomchristie/django-rest-framework into restframework2 2012-09-08 22:13:48 +01:00