aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework
AgeCommit message (Expand)Author
2014-09-05Merge pull request #1834 from piotrjakimiak/masterTom Christie
2014-09-05Use Serializer instead of ModelSerializerPiotr Jakimiak
2014-09-05Merge pull request #1829 from cezar77/login-form-errorsTom Christie
2014-09-05Remove light gray bordering from the well with general message errorCezar Pendarovski
2014-09-05Fix commentPiotr 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
2014-09-05Input fields get hightlighted if login fails and username is persistedCezar Pendarovski
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
2014-09-03Alter CSRF exemption implementationPiper Merriam
2014-09-03Version 2.4.22.4.2Tom Christie
2014-09-03More test passingTom Christie
2014-09-03remove rogue printMichał Jaworski
2014-09-03Use explicit many=True for object_serializer instantiation in PaginationSeria...Michał Jaworski
2014-09-03Moved li tags inside `optional_login`Carlton Gibson
2014-09-02Getting tests passingTom Christie
2014-09-02Add relations and get tests runningTom Christie
2014-09-02Remove Login Dropdown when Auth Views are not registered.Carlton Gibson
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 #1816 from carltongibson/regression-login-templateCarlton Gibson
2014-09-01Version 2.4.12.4.1Tom Christie
2014-09-01Regression for #1810: Test login view rendersCarlton Gibson
2014-08-30Restore body block to base template.Daniel Roseman
2014-08-29First passTom Christie
2014-08-29Remove unused imports.Tom Christie
2014-08-29`get_paginate_by` no longer takes optional `.queryset`Tom Christie
2014-08-29Remove `.link()` and `.action()` decorators.Tom Christie
2014-08-29Remove deprecated generic views.Tom Christie
2014-08-29Minor tidy up.Tom Christie
2014-08-29Remove `.model` usage in tests.Tom Christie
2014-08-29Remove `page_size` argument.Tom Christie
2014-08-29Remove `pk_url_field`, `slug_url_field`, `slug_field`.Tom Christie
2014-08-29Remove `allow_empty`Tom Christie
2014-08-29Remove `allow_empty`.Tom Christie
2014-08-29Remove `filter_backend`.Tom Christie
2014-08-292.4 Release notes2.4.0Tom Christie
2014-08-29Merge pull request #1784 from tomchristie/remove-model-attributeTom Christie
2014-08-28Validation errors in the rendered HTML fixedCezar Pendarovski
2014-08-27Put all TextNodes (method names) back to same line with parent elementCezar Pendarovski
2014-08-25Merge remote-tracking branch 'upstream/master' into fix-1719Cezar Pendarovski
2014-08-22Made all color declarations in bootstrap-tweaks.css consistentCezar Pendarovski