| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-08-19 | Release notes | Tom Christie | |
| 2014-08-19 | Drop six from compat. 1.4.2 is now the lowest supported version. | Tom Christie | |
| 2014-08-19 | Documentation on runtests.py | Tom Christie | |
| 2014-08-19 | Merge master | Tom Christie | |
| 2014-08-18 | Merge pull request #1641 from javins/login-title | Tom Christie | |
| Refactor login template to extend base. | |||
| 2014-08-18 | Merge pull request #1654 from carltongibson/1559-take-2 | Tom Christie | |
| Allow use of native migrations in 1.7 — Take 2 | |||
| 2014-08-18 | Updated docs for South v1.0 | Carlton Gibson | |
| 2014-08-16 | Sponsor update | Tom Christie | |
| 2014-08-15 | Latest sponsor update | Tom Christie | |
| 2014-08-15 | Added compile to the sponsors | Tom Christie | |
| 2014-08-15 | Added Holvi | Tom Christie | |
| 2014-08-15 | Latest backer update | Tom Christie | |
| 2014-08-15 | Latest sponsor updates | Tom Christie | |
| 2014-08-14 | Fixed small typo | catherinedodge | |
| 2014-08-14 | Minor sponsor correction | Tom Christie | |
| 2014-08-14 | Latest sponsor update | Tom Christie | |
| 2014-08-13 | Latest sponsor update | Tom Christie | |
| 2014-08-12 | Minor docs style change | Tom Christie | |
| 2014-08-12 | Added Cantemo | Tom Christie | |
| 2014-08-12 | Added Rob Spectre | Tom Christie | |
| 2014-08-12 | Added OpenEye as a silver sponsor | Tom Christie | |
| 2014-08-07 | Updated links to Bootstrap components | Kevin London | |
| The previous links landed on the the main page and no longer directly linked to specific areas. | |||
| 2014-08-05 | Latest sponsor update | Tom Christie | |
| 2014-08-04 | Latest sponsor update | Tom Christie | |
| 2014-08-02 | Update sponsorships | Tom Christie | |
| 2014-08-02 | Added pathwright | Tom Christie | |
| 2014-08-02 | Update Nephila sponsorship | Tom Christie | |
| 2014-08-02 | Sponsor updated | Tom Christie | |
| 2014-08-01 | Added ProReNata AB | Tom Christie | |
| 2014-08-01 | Fix LaterPay link | Tom Christie | |
| 2014-08-01 | Latest sponsor updates | Tom Christie | |
| 2014-07-31 | Kickstarter sponsors | Tom Christie | |
| 2014-07-31 | Add platinum sponsors | Tom Christie | |
| 2014-07-26 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: rest_framework/fields.py | |||
| 2014-07-17 | Docs for kickstarter announcement | Tom Christie | |
| 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 | 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-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 | Version 2.3.14 | Tom Christie | |
| 2014-05-01 | Updated the release-notes. | Xavier Ordoquy | |
| 2014-05-01 | Merge remote-tracking branch 'reference/2.4.0' into feature/pytest | Xavier Ordoquy | |
| Conflicts: rest_framework/runtests/urls.py tests/test_response.py tox.ini | |||
| 2014-04-30 | Merge remote-tracking branch 'reference/master' into feature/pytest | Xavier Ordoquy | |
| Conflicts: tests/test_serializer.py | |||
| 2014-04-30 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml rest_framework/serializers.py rest_framework/tests/test_authentication.py | |||
| 2014-04-24 | Updated the release notes. | Xavier Ordoquy | |
| 2014-04-17 | Merge remote-tracking branch 'pelme/pytest' into feature/pytest | Xavier Ordoquy | |
| Conflicts: .travis.yml rest_framework/runtests/runtests.py tests/test_filters.py tests/test_pagination.py tox.ini | |||
| 2014-04-13 | Merge remote-tracking branch 'origin/master' into 2.4.0 | Xavier Ordoquy | |
| Conflicts: .travis.yml docs/api-guide/fields.md docs/api-guide/routers.md docs/topics/release-notes.md rest_framework/authentication.py rest_framework/serializers.py rest_framework/templatetags/rest_framework.py rest_framework/tests/test_authentication.py rest_framework/tests/test_filters.py rest_framework/tests/test_hyperlinkedserializers.py rest_framework/tests/test_serializer.py rest_framework/tests/test_testing.py rest_framework/utils/encoders.py tox.ini | |||
| 2014-04-07 | replace page with page_size to avoide confusion | Dmitry Mukhin | |
| 2014-03-06 | Version 2.3.132.3.13 | Tom Christie | |
| 2014-03-02 | Support for running the test suite with py.test | Andreas Pelme | |
| * Get rid of runtests.py * Moved test code from rest_framework/tests and rest_framework/runtests to tests * Invoke py.test from setup.py * Invoke py.test from Travis * Invoke py.test from tox * Changed setUpClass to be just plain setUp in test_permissions.py * Updated contribution guideline to show how to invoke py.test | |||
