aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-09-05Check object in testsPiotr Jakimiak
2014-09-05Fix returning None when allow_none is True in CharFieldPiotr Jakimiak
2014-09-05Place general error message in wellCezar Pendarovski
2014-09-05Change bootstrap class warning to errorCezar Pendarovski
2014-09-05Merge pull request #1820 from carltongibson/login-dropdownTom Christie
Hide login link in browsable API if the login view is not registered.
2014-09-05Input fields get hightlighted if login fails and username is persistedCezar Pendarovski
2014-09-04Merge pull request #1833 from dpanesso/masterXavier Ordoquy
Using user.get_username() instead of user.username.
2014-09-04General message error goes above submit buttonCezar Pendarovski
2014-09-04Error messages are displayed below the input fieldsCezar Pendarovski
2014-09-04Display validation errors on login formCezar Pendarovski
2014-09-04Prefer `format` and use named blocksCarlton Gibson
2014-09-03Using user.get_username() instead of user.username.dpanesso
This solves an error when using a auth model that does not have a username field.
2014-09-03Merge pull request #1706 from pipermerriam/piper/use_decorator_mixin_classTom Christie
Alter CSRF exemption implementation
2014-09-03Merge pull request #1827 from jpadilla/masterTom Christie
Test with released Django 1.7
2014-09-03Test with released Django 1.7José Padilla
2014-09-03Alter CSRF exemption implementationPiper Merriam
The previous implementation of decorating `APIView.dispach` with the `csrf_exempt` decorator allowed for an easy-to-make mistake where someone could override the `dispatch` method on a view and inadvertantly remove the csrf exemption of their api view. By moving the decoration of the view into the `as_view` logic, it becomes much more difficult to make this mistake.
2014-09-03Version 2.4.22.4.2Tom Christie
2014-09-03Merge pull request #1826 from ↵Tom Christie
swistakm/fix/explicit-many-in-pagination-serializer-results Use explicit `many=True` in PaginationSerializer on `object_serializer` instantiation
2014-09-03remove rogue printMichał Jaworski
2014-09-03Use explicit many=True for object_serializer instantiation in ↵Michał Jaworski
PaginationSerializer and add catch dummy 'many' kwarg on DefaultObjectSerializer
2014-09-03Add custom pagination test that covers case with custom object serializer classMichał Jaworski
2014-09-03Moved li tags inside `optional_login`Carlton Gibson
as per https://github.com/tomchristie/django-rest-framework/pull/1820#discussion_r16987993
2014-09-02Fix importsCarlton Gibson
2014-09-02Fix docstringCarlton Gibson
2014-09-02Merge branch 'master' of github.com:tomchristie/django-rest-framework into ↵Carlton Gibson
login-dropdown
2014-09-02Remove Login Dropdown when Auth Views are not registered.Carlton Gibson
Fixes #1738
2014-09-01Generator implementation of class mapping.Timo Tuominen
2014-09-01Add utility function to match classes in dictionary.Timo Tuominen
2014-09-01Traverse the method resolution order when mapping serializer fields.Timo Tuominen
2014-09-01Add subclass matching to serializer field mapping.Timo Tuominen
2014-09-01Merge pull request #1817 from tituomin/testing-requirements-documentationTom Christie
Correct testing documentation details.
2014-09-01Correct testing documentation details.Timo Tuominen
2014-09-01Merge pull request #1816 from carltongibson/regression-login-templateCarlton Gibson
Regression for #1810: Test login view renders
2014-09-01Comform to flake8Carlton Gibson
2014-09-01Version 2.4.12.4.1Tom Christie
2014-09-01Regression for #1810: Test login view rendersCarlton Gibson
2014-09-01Merge pull request #1810 from danielroseman/restore-body-blockTom Christie
Restore body block to base template.
2014-08-31Merge pull request #1812 from linovia/bugfix/1804Xavier Ordoquy
Fix #1804
2014-08-31Exclude the pyc, pyo files and __pycache__ directories from packaging ↵Xavier Ordoquy
(thanks to Kevin Brown).
2014-08-30Restore body block to base template.Daniel Roseman
2014-08-29Update README.mdTom Christie
2014-08-29Fix links in 2.4 releaseTom Christie
2014-08-29Fix typos in 2.4 release notesJamie Matthews
2014-08-29Typo in 2.4 announcement nameTom Christie
2014-08-292.4 Release notes2.4.0Tom Christie
2014-08-29Merge pull request #1784 from tomchristie/remove-model-attributeTom Christie
Deprecate `.model` attribute on views
2014-08-29Minor docs updateTom Christie
2014-08-29Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-08-29Merge pull request #1788 from cezar77/fix-1719Carlton Gibson
Browsable API cleanups. Fixes #1719
2014-08-28Sponsor fixTom Christie