0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
travis: exclude incompatible django+python combinations from test matrix More... over 7 years ago
add Django 1.10 compatibility More... over 7 years ago
bump version to 0.0.10 More... about 9 years ago
update copyright year More... about 9 years ago
update Travis test matrix More... about 9 years ago
support Django 1.8 More... about 9 years ago
Merge pull request #22 from dimlev/patch-1 More... almost 10 years ago
URL fix for pypi More... almost 10 years ago
bump version to 0.0.9 More... almost 10 years ago
Travis: run a build matrix against supported Python and Django versions More... almost 10 years ago
setup.py: use the correct python interpreter when running tests More... almost 10 years ago
serialize: make sure we're modifying a local field list More... almost 10 years ago
update `make docs` target to zip the HTML after building it More... about 10 years ago
Python3.x compatibility fix More... about 10 years ago
bump version to 0.0.8 More... about 10 years ago
tweak Sphinx conf.py for compatibility with Django 1.6+ More... about 10 years ago
document the new Endpoint.authenticate() method behaviour More... about 10 years ago
add tests for Endpoint.authenticate() method handling More... about 10 years ago
add Michael Whalen to AUTHORS.md More... about 10 years ago
Merge pull request #20 from whalesalad/master More... about 10 years ago
HttpResponse objects via authenticate() will now stop view execution * Previously, if authenticate() returned an HttpResponse the view would continue with execution and display results to unauthenticated users. * Now the response from authenticate() is stored and if something exists (which needs to be a response) execution is stopped and that response is sent directly to the user. More... about 10 years ago
bump version to 0.0.7 More... over 10 years ago
serialize: add support for serialization of sets More... over 10 years ago
docs: fix ActionEndpoint.action method example More... over 10 years ago
Merge pull request #15 from aljosa/patch-1 More... over 10 years ago
added missing line for form.errors in ListEndpoint.post() More... over 10 years ago
Merge pull request #14 from dobarkod/docs-custom-user More... almost 11 years ago
index.rst: modify the docs so it's obvious we support custom user models More... almost 11 years ago
Merge pull request #12 from dobarkod/readme-update More... almost 11 years ago
remove PyPI downloads count badge More... almost 11 years ago