Tom Christie
|
1c28562397
|
Removing 403 immediate response
|
2012-08-25 13:43:28 +01:00 |
|
Tom Christie
|
26831df88e
|
Add ParseError (Removing ImmediateResponse)
|
2012-08-25 13:27:55 +01:00 |
|
Tom Christie
|
aed26b218e
|
Drop out resources & mixins
|
2012-08-24 22:11:00 +01:00 |
|
Tom Christie
|
87b363f7bc
|
Remove PermissionsMixin
|
2012-08-24 20:57:10 +01:00 |
|
Tom Christie
|
4e4584a01a
|
Remove RequestMixinx / ReponseMixin
|
2012-08-24 20:50:24 +01:00 |
|
Tom Christie
|
372e945097
|
Fix broken example
|
2012-08-24 16:04:11 +01:00 |
|
Tom Christie
|
4739e1c012
|
Merge work from sebpiq
|
2012-04-11 17:38:47 +01:00 |
|
Tom Christie
|
44df8345f3
|
Merge with master
|
2012-04-11 15:28:57 +01:00 |
|
Marko Tibold
|
e53c819cc7
|
Fix broken pygments test.
|
2012-03-27 23:40:33 +02:00 |
|
Marko Tibold
|
55317b0372
|
Fixes broken permissions-example.
reverse takes `request` as a kwarg.
|
2012-02-29 21:32:10 +01:00 |
|
Tom Christie
|
1751655927
|
Update docs/requirements.txt
|
2012-02-27 10:06:20 +00:00 |
|
Tom Christie
|
44b5d61203
|
Fix broken tests
|
2012-02-25 19:02:26 +00:00 |
|
Tom Christie
|
1cde31c86d
|
Massive merge
|
2012-02-25 18:45:17 +00:00 |
|
Tom Christie
|
2fe6913b1a
|
Added @shawnlewis. Thanks!
|
2012-02-24 13:13:11 +00:00 |
|
Tom Christie
|
f041ee023e
|
Merge pull request #179 from shawnlewis/master
Okay, that looks good to me!
|
2012-02-24 05:12:23 -08:00 |
|
Shawn Lewis
|
9c92f96ce2
|
Fix for #178.
Related serializers passed in via include now work as expected.
|
2012-02-23 16:30:44 -08:00 |
|
Shawn Lewis
|
98c16e6da8
|
Test for issue #178.
This failing test shows that the serializer implementation breaks when a
related serializer is passed in via include rather than via fields.
|
2012-02-23 16:28:01 -08:00 |
|
Sébastien Piquemal
|
1ff741d1cc
|
updated docs
|
2012-02-23 23:34:20 +02:00 |
|
Sébastien Piquemal
|
023c008939
|
fixed permissions examples + sanity test
|
2012-02-23 23:19:51 +02:00 |
|
Sébastien Piquemal
|
afd490238a
|
authentication refactor : request.user + tests pass
|
2012-02-23 22:47:45 +02:00 |
|
Tom Christie
|
7183815235
|
Version 0.4.0-dev
|
2012-02-23 09:29:51 +00:00 |
|
Tom Christie
|
afdda88b13
|
Remove unused 'staticviews'
|
2012-02-23 09:22:37 +00:00 |
|
Tom Christie
|
e15494a172
|
Remove InstanceMixin auto-url magicks.
|
2012-02-23 09:21:01 +00:00 |
|
Tom Christie
|
2b59df004a
|
reverse takes request as a kwarg for compatibility with django's reverse
|
2012-02-23 08:58:10 +00:00 |
|
Sébastien Piquemal
|
9da1ae81dc
|
merged + fixed broken test
|
2012-02-23 09:01:33 +02:00 |
|
Sébastien Piquemal
|
242327d339
|
hack to fix ImmediateResponse rendering
|
2012-02-23 08:54:25 +02:00 |
|
Tom Christie
|
8e0b9e55ec
|
Properly catch MultiPartParserError during .parse()
|
2012-02-22 13:09:09 +00:00 |
|
Tom Christie
|
b2b1a0354f
|
Added @tschan. Thanks!
|
2012-02-22 12:55:13 +00:00 |
|
Tom Christie
|
bc519cae53
|
Merge pull request #176 from tschan/master
Add exception handling to the XML parser
|
2012-02-22 04:54:31 -08:00 |
|
Can Yavuz
|
44b56ed059
|
let the XML parser fail gracefully on malformed XML
|
2012-02-22 11:17:37 +01:00 |
|
Tom Christie
|
66eabe8bd1
|
Remove staticviews. Use standard login/logout
|
2012-02-21 22:50:41 +00:00 |
|
Tom Christie
|
b074754b54
|
Remove ADMIN_MEDIA_PREFIX everywhere
|
2012-02-21 22:13:41 +00:00 |
|
Tom Christie
|
9277f438cb
|
Fix YAML parser bug
|
2012-02-21 22:09:05 +00:00 |
|
Tom Christie
|
5fd4c639d7
|
Merge master into develop
|
2012-02-21 20:57:36 +00:00 |
|
Tom Christie
|
ca9465f11e
|
reverse gets it's own module
|
2012-02-21 20:47:55 +00:00 |
|
Tom Christie
|
af9e4f69d7
|
Merging master into develop
|
2012-02-21 20:12:14 +00:00 |
|
Tom Christie
|
b7c06dd8e3
|
Update djangorestframework/views.py
|
2012-02-21 14:53:54 +00:00 |
|
Tom Christie
|
288e7f7c40
|
Added @izquierdo. Thanks!
|
2012-02-21 14:16:47 +00:00 |
|
Tom Christie
|
49ebaf106d
|
Merge pull request #175 from izquierdo/custom_reverse
Custom reverse() and drop set_script_prefix
|
2012-02-21 06:09:30 -08:00 |
|
Daniel Izquierdo
|
f17f3886f4
|
Implement `reverse_lazy()'
|
2012-02-21 22:51:33 +09:00 |
|
Daniel Izquierdo
|
6f4fab81d2
|
Add a docstring for `reverse()'
|
2012-02-21 22:51:32 +09:00 |
|
Daniel Izquierdo
|
8f5b093c0d
|
Include the `utils' module in the docs
|
2012-02-21 22:51:32 +09:00 |
|
Daniel Izquierdo
|
86d470796e
|
Add a HOWTO page for the custom `reverse()'
|
2012-02-21 22:51:32 +09:00 |
|
Daniel Izquierdo
|
c7e7279d97
|
Update examples to use the new custom `reverse()'
This fixes #167 except for the docs
|
2012-02-21 22:51:32 +09:00 |
|
Daniel Izquierdo
|
b600b5075f
|
Update resources.py to use the new custom `reverse()'
|
2012-02-21 22:44:02 +09:00 |
|
Daniel Izquierdo
|
13110a386c
|
Implement a custom reverse that builds absolute URLs with a request object
|
2012-02-21 22:44:02 +09:00 |
|
Daniel Izquierdo
|
a29ca6c2d0
|
Pass the request object to `reverse' in the reverse tests
|
2012-02-21 22:44:02 +09:00 |
|
Daniel Izquierdo
|
f5badcf80c
|
Stop using set_script_prefix
|
2012-02-21 22:42:15 +09:00 |
|
Daniel Izquierdo
|
af4851f7a8
|
Move the new `reverse' function from urlresolvers to utils
|
2012-02-21 22:41:51 +09:00 |
|
Daniel Izquierdo
|
12e34814e9
|
Test the custom reverse() function instead of the one provided by Django
|
2012-02-21 22:41:51 +09:00 |
|