Tom Christie
|
b052c92ac3
|
Cleanup imports
Mostly adding `from __future__ import unicode_literals` everywhere.
|
2013-02-04 20:55:35 +00:00 |
|
Tom Christie
|
f4f237e3ee
|
3.2, 3.3 compat
|
2013-02-01 14:03:28 +00:00 |
|
Tom Christie
|
d9c7b1c585
|
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working
Conflicts:
rest_framework/authentication.py
rest_framework/relations.py
rest_framework/serializers.py
rest_framework/settings.py
rest_framework/tests/authentication.py
rest_framework/tests/genericrelations.py
rest_framework/tests/generics.py
rest_framework/tests/relations_hyperlink.py
rest_framework/tests/relations_nested.py
rest_framework/tests/relations_pk.py
rest_framework/tests/serializer.py
|
2013-02-01 11:58:55 +00:00 |
|
Tom Christie
|
65b62d64ec
|
WWW-Authenticate responses
|
2013-01-21 21:29:49 +00:00 |
|
Xavier Ordoquy
|
510d6a3c55
|
Introduced HTTP_HEADER_ENCODING.
|
2013-01-07 23:26:14 +01:00 |
|
Xavier Ordoquy
|
06ae47752f
|
Also use the compat module in that file.
|
2013-01-03 12:49:57 +01:00 |
|
Xavier Ordoquy
|
b68263fb65
|
Default encoding should probably be latin-1 as some RFC seems to imply it.
|
2012-11-23 01:11:09 +01:00 |
|
Xavier Ordoquy
|
606c20f012
|
6 first tests passes under python 3.2
|
2012-11-22 02:08:00 +01:00 |
|
Xavier Ordoquy
|
b3698acb6c
|
First passing test under p3k \o/
|
2012-11-22 00:20:49 +01:00 |
|
Tom Christie
|
873a142af2
|
Implementing 401 vs 403 responses
|
2012-11-13 11:27:09 +00:00 |
|
Tom Christie
|
5ae49a4ec4
|
Add docs for 401 vs 403 responses
|
2012-10-17 14:59:53 +01:00 |
|
Tom Christie
|
3c8f01b985
|
Explicit CSRF failure message. Fixes #60.
|
2012-10-15 14:03:36 +01:00 |
|
Tom Christie
|
9c1fba3483
|
Tweak parsers to take parser_context
|
2012-10-15 13:27:50 +01:00 |
|
Tom Christie
|
221ecd2182
|
Fix session auth
|
2012-10-10 16:36:25 +01:00 |
|
Tom Christie
|
5c17a60176
|
Tweak authtoken
|
2012-10-09 09:57:31 +01:00 |
|
Tom Christie
|
4b691c4027
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
|