| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-07-28 | Evaluate content before passing to regex.sub | Paul Oswald | |
| Issue #1708 | |||
| 2014-07-28 | Django-guardian version cleanup. | Xavier Ordoquy | |
| 2014-07-28 | Merge remote-tracking branch 'reference/master' | Xavier Ordoquy | |
| 2014-07-28 | Fix #1712 (issue when django-guardian is installed but not configured/used) | Xavier Ordoquy | |
| 2014-07-27 | Issue #1707: Add documentation to api-docs.viewsets notifying users | Kyle Valade | |
| 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-26 | Merge pull request #1705 from opbeat/master | Tom Christie | |
| Sending "Bearer" and "Bearer " resulted in a 500. | |||
| 2014-07-26 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: rest_framework/fields.py | |||
| 2014-07-25 | Updated test docstring related to missing bearer token. | Ron Cohen | |
| 2014-07-25 | Sending "Bearer" and "Bearer " resulted in a 500. | Ron Cohen | |
| 2014-07-22 | Merge pull request #1692 from davbo/patch-1 | Tom Christie | |
| Update fields.md | |||
| 2014-07-20 | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | Tom Christie | |
| 2014-07-20 | Add link to drf-extra-fields. Closes #1698 | Tom Christie | |
| 2014-07-18 | Update README.md | Tom Christie | |
| 2014-07-18 | Update README.md | Tom Christie | |
| 2014-07-18 | Update README.md | Tom Christie | |
| 2014-07-18 | Update README.md | Tom Christie | |
| 2014-07-18 | Change positioning of announcement. | Tom Christie | |
| 2014-07-18 | Kickstarter announcement | Tom Christie | |
| 2014-07-18 | Phrasing tweak | Tom Christie | |
| 2014-07-18 | Typo | Tom Christie | |
| 2014-07-18 | Beef up the kickstarter announcement | Tom Christie | |
| 2014-07-17 | Docs for kickstarter announcement | Tom Christie | |
| 2014-07-17 | Kickstarter note on front page | Tom Christie | |
| 2014-07-17 | Update fields.md | Dave King | |
| obj.__class__ will return the actual Class object, we want to serialise a string (accessed with obj.__class__.__name__) | |||
| 2014-07-15 | Fusion ads | Tom Christie | |
| 2014-07-09 | Updated quick start project set up order | Emmanouil | |
| 2014-07-07 | Docs on object level permissions and filters. Closes #1683 | Tom Christie | |
| 2014-07-07 | Kick travis | Tom Christie | |
| 2014-07-01 | Docs tweak | Tom Christie | |
| 2014-06-27 | Merge pull request #1665 from smal/modelserialization-charfield-with-null | Tom Christie | |
| Modelserialization charfield with null | |||
| 2014-06-27 | Merge branch 'master' into modelserialization-charfield-with-null | Serhiy Voyt | |
| 2014-06-27 | Merge pull request #1661 from chibisov/master | Tom Christie | |
| Fixes #1651. Add link to drf-extensions nested routers to docs | |||
| 2014-06-26 | Fixes #1651. Add link to drf-extensions nested routers to docs | Chibisov Gennady | |
| 2014-06-24 | Merge branch '2.4.0' of github.com:tomchristie/django-rest-framework into #1559 | Carlton Gibson | |
| Conflicts: docs/topics/release-notes.md | |||
| 2014-06-24 | Added (first pass) notes to docs & release notes. Backed out ↵ | Carlton Gibson | |
| `SOUTH_MIGRATION_MODULES` setting from `rest_framework.settings` | |||
| 2014-06-23 | Allow use of native migrations in 1.7 | Carlton Gibson | |
| 2014-06-23 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| 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-17 | Merge pull request #1645 from tankorsmash/patch-1 | Tom Christie | |
| tiny typo in the docstring | |||
| 2014-06-16 | typo in the docs | TankorSmash | |
| 2014-06-13 | Refactor login template to extend base. | Walt Javins | |
| 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-12 | Merge pull request #1640 from tomchristie/escape-login-logout-paths2.3.14 | Tom Christie | |
| Version 2.3.14 | |||
| 2014-06-12 | Fix accidental docs change | Tom Christie | |
| 2014-06-12 | Version 2.3.14 | Tom Christie | |
| 2014-06-11 | Merge pull request #1632 from fletchowns/master | Tom Christie | |
| Fix #1614 - Corrected reference to serializers.CharField | |||
| 2014-06-10 | Fix #1614 - Corrected reference to serializers.CharField | Greg Barker | |
| 2014-06-08 | Fixed #1624 (thanks @abraithwaite) | Xavier Ordoquy | |
| 2014-06-05 | Merge pull request #1619 from khamaileon/master | Xavier Ordoquy | |
| Replace ChoiceField type_label | |||
| 2014-06-05 | Replace ChoiceField type_label | khamaileon | |
| 2014-06-02 | Merge pull request #1612 from rhcarvalho/patch-3 | Xavier Ordoquy | |
| Fix typo in docs | |||
| 2014-06-02 | Fix typo in docs | Rodolfo Carvalho | |
