Paul Oswald
921e4ed2ee
Evaluate content before passing to regex.sub
...
Issue #1708
2014-07-28 16:59:55 +09:00
Xavier Ordoquy
5429c2800e
Django-guardian version cleanup.
2014-07-28 08:00:50 +02:00
Xavier Ordoquy
c7a988eb38
Merge remote-tracking branch 'reference/master'
2014-07-28 07:53:04 +02:00
Xavier Ordoquy
fe048dc4fb
Fix #1712 (issue when django-guardian is installed but not configured/used)
2014-07-28 07:37:30 +02:00
Kyle Valade
48b02f016a
Issue #1707 : Add documentation to api-docs.viewsets notifying users
...
that they should use the get_queryset() method when overriding a
ModelViewSet method, such as list(). Otherwise, since queryset is
a static property, the value will be cached for every instance of
that ViewSet.
2014-07-27 14:01:43 -07:00
Tom Christie
02187eb2ed
Merge pull request #1705 from opbeat/master
...
Sending "Bearer" and "Bearer " resulted in a 500.
2014-07-26 20:57:28 +01:00
Xavier Ordoquy
4876bec9f5
Merge remote-tracking branch 'origin/master' into 2.4.0
...
Conflicts:
rest_framework/fields.py
2014-07-26 00:06:56 +02:00
Ron Cohen
e3aff6a567
Updated test docstring related to missing bearer token.
2014-07-25 13:38:42 +00:00
Ron Cohen
05882cc599
Sending "Bearer" and "Bearer " resulted in a 500.
2014-07-25 10:55:53 +00:00
Tom Christie
299a8347e8
Merge pull request #1692 from davbo/patch-1
...
Update fields.md
2014-07-22 15:59:04 +02:00
Tom Christie
4797b29ed8
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
2014-07-20 15:47:01 +01:00
Tom Christie
81d15aa9be
Add link to drf-extra-fields. Closes #1698
2014-07-20 15:45:45 +01:00
Tom Christie
08772799d4
Update README.md
2014-07-18 13:22:29 +01:00
Tom Christie
bf7371fbc5
Update README.md
2014-07-18 13:21:19 +01:00
Tom Christie
591e67f540
Update README.md
2014-07-18 13:21:03 +01:00
Tom Christie
30bf55bf8d
Update README.md
2014-07-18 13:20:55 +01:00
Tom Christie
d059b6d6c3
Change positioning of announcement.
2014-07-18 13:20:03 +01:00
Tom Christie
0782640415
Kickstarter announcement
2014-07-18 13:19:28 +01:00
Tom Christie
4324f50437
Phrasing tweak
2014-07-18 11:54:51 +01:00
Tom Christie
ab34ddcf2f
Typo
2014-07-18 11:53:23 +01:00
Tom Christie
550243fd26
Beef up the kickstarter announcement
2014-07-18 11:51:48 +01:00
Tom Christie
ead0e60099
Docs for kickstarter announcement
2014-07-17 17:17:41 +01:00
Tom Christie
6bf0f81b0b
Kickstarter note on front page
2014-07-17 13:41:19 +01:00
Dave King
680fabe9dd
Update fields.md
...
obj.__class__ will return the actual Class object, we want to serialise a string (accessed with obj.__class__.__name__)
2014-07-17 11:46:59 +01:00
Tom Christie
dd2e950cde
Fusion ads
2014-07-15 15:02:09 +01:00
Emmanouil
18eab53e89
Updated quick start project set up order
2014-07-09 15:53:31 +01:00
Tom Christie
b519018125
Docs on object level permissions and filters. Closes #1683
2014-07-07 09:51:23 +01:00
Tom Christie
a5e628bf8b
Kick travis
2014-07-07 09:42:50 +01:00
Tom Christie
91eabd54bb
Docs tweak
2014-07-01 14:34:23 +01:00
Tom Christie
8eadac39ad
Merge pull request #1665 from smal/modelserialization-charfield-with-null
...
Modelserialization charfield with null
2014-06-27 16:39:54 +01:00
Serhiy Voyt
3326ddc865
Merge branch 'master' into modelserialization-charfield-with-null
2014-06-27 18:10:50 +03:00
Tom Christie
636ae419be
Merge pull request #1661 from chibisov/master
...
Fixes #1651 . Add link to drf-extensions nested routers to docs
2014-06-27 14:18:56 +01:00
Chibisov Gennady
c1426d1078
Fixes #1651 . Add link to drf-extensions nested routers to docs
2014-06-26 23:29:00 +04:00
Carlton Gibson
d98245ac22
Merge branch '2.4.0' of github.com:tomchristie/django-rest-framework into #1559
...
Conflicts:
docs/topics/release-notes.md
2014-06-24 10:30:08 +02:00
Carlton Gibson
3f727ce738
Added (first pass) notes to docs & release notes. Backed out SOUTH_MIGRATION_MODULES
setting from rest_framework.settings
2014-06-24 09:02:44 +02:00
Carlton Gibson
f34011f801
Allow use of native migrations in 1.7
2014-06-23 14:52:18 +02:00
Xavier Ordoquy
2489e38a06
Merge remote-tracking branch 'origin/master' into 2.4.0
...
Conflicts:
.travis.yml
docs/api-guide/viewsets.md
rest_framework/serializers.py
rest_framework/throttling.py
tests/test_generics.py
tests/test_serializers.py
tox.ini
2014-06-23 14:02:45 +02:00
Tom Christie
511e874185
Merge pull request #1645 from tankorsmash/patch-1
...
tiny typo in the docstring
2014-06-17 13:37:03 +01:00
TankorSmash
544183f64f
typo in the docs
2014-06-16 19:13:02 -04:00
Walt Javins
b4c7717cb8
Refactor login template to extend base.
...
While experimenting with extending DRF, I found that the login page
1) had no title, and 2) duplicated <head> info from base.html.
This change adds a new {% block body %} to the base.html template
which allows override of the entire html <body>. login_base.html
has its duplicated head info stripped, and now extends base.html
to share common html <head> templating.
As part of this change, pretify.css is unnecessarily added to
login_base.html. If this is deemed a problem, it will be easy to
block that css out, and have login_base.html override the block.
Ideally, I would have liked to create a new api_base.html that extends
base.html, move the api specific logic into that template, and leave
base.html content agnostic, to truely be a unifying base for all DRF
pages. But this change would break current apps that override
api.html and expect base.html to be the immediate super template. :/
This change is benificial because it:
- removes duplication of header declarations (mostly css includes)
- adds a html title to the login page
- standardizes html header info across all DRF pages
Docs are updated to reflect the new structure.
2014-06-13 22:26:00 -07:00
Tom Christie
e11f41ebc4
Merge pull request #1640 from tomchristie/escape-login-logout-paths
...
Version 2.3.14
2014-06-12 12:09:29 +01:00
Tom Christie
82659873c9
Fix accidental docs change
2014-06-12 11:48:58 +01:00
Tom Christie
1386767013
Version 2.3.14
2014-06-12 11:47:26 +01:00
Tom Christie
3dcc6585d2
Merge pull request #1632 from fletchowns/master
...
Fix #1614 - Corrected reference to serializers.CharField
2014-06-11 09:17:12 +01:00
Greg Barker
be84f71bc9
Fix #1614 - Corrected reference to serializers.CharField
2014-06-10 15:20:45 -07:00
Xavier Ordoquy
e8ec81f5e9
Fixed #1624 (thanks @abraithwaite)
2014-06-08 09:03:21 +02:00
Xavier Ordoquy
a3e75e4c6c
Merge pull request #1619 from khamaileon/master
...
Replace ChoiceField type_label
2014-06-05 13:08:28 +02:00
khamaileon
08c4594145
Replace ChoiceField type_label
2014-06-05 12:49:02 +02:00
Xavier Ordoquy
0c91d8ed31
Merge pull request #1612 from rhcarvalho/patch-3
...
Fix typo in docs
2014-06-02 11:13:34 +02:00
Rodolfo Carvalho
31f63e1e55
Fix typo in docs
2014-06-02 11:06:03 +02:00