aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2012-02-21Implement `reverse_lazy()'Daniel Izquierdo
2012-02-21Add a docstring for `reverse()'Daniel Izquierdo
2012-02-21Include the `utils' module in the docsDaniel Izquierdo
2012-02-21Add a HOWTO page for the custom `reverse()'Daniel Izquierdo
2012-02-21Update examples to use the new custom `reverse()'Daniel Izquierdo
2012-02-21Update resources.py to use the new custom `reverse()'Daniel Izquierdo
2012-02-21Implement a custom reverse that builds absolute URLs with a request objectDaniel Izquierdo
2012-02-21Pass the request object to `reverse' in the reverse testsDaniel Izquierdo
2012-02-21Stop using set_script_prefixDaniel Izquierdo
2012-02-21Move the new `reverse' function from urlresolvers to utilsDaniel Izquierdo
2012-02-21Test the custom reverse() function instead of the one provided by DjangoDaniel Izquierdo
2012-02-21Create a custom reverse() function (not implemented yet)Daniel Izquierdo
2012-02-21Gotta love dynamic languagesTom Christie
2012-02-20Version 0.3.30.3.3Tom Christie
2012-02-20Update docsTom Christie
2012-02-20Fix for URLObject 2.0.0Tom Christie
2012-02-20Update ChangeLog - URLObject 2.0.0Tom Christie
2012-02-20Added @scfarleyTom Christie
2012-02-20Merge pull request #171 from scfarley/masterTom Christie
2012-02-20Chase changes to URLObject's API in v2.0.0Sean C. Farley
2012-02-20Update CHANGELOG.rstTom Christie
2012-02-20Merge pull request #168 from poswald/namespace-templatesTom Christie
2012-02-20Rename templates to 'base.html', 'api.html', 'api.txt' and 'login.html'Paul Oswald
2012-02-16Merge pull request #145 from flashingpumpkin/masterTom Christie
2012-02-15Merge pull request #162 from poswald/masterTom Christie
2012-02-15Documentation on how to override the template; Closes Issue #165Paul Oswald
2012-02-15Move the templates into a named directoryPaul Oswald
2012-02-15Add empty {% blocks %} to the template to give people a chance to overridePaul Oswald
2012-02-14Move stylesheet references to the new relative namespacePaul Oswald
2012-02-14Delete robots.txt, favicon.ico views; Move style to a new static namespacePaul Oswald
2012-02-11Fix typo.Tom Christie
2012-02-11`OPTIONS` is also a safe method.Tom Christie
2012-02-11Updated CHANGELOG. 'Added DjangoModelPermissions'.Tom Christie
2012-02-11Improve docstring on DjangoModelPermissions, and also ensure the user is auth...Tom Christie
2012-02-11Minor name changeTom Christie
2012-02-11Fix up DjangoModelPermissions.Tom Christie
2012-02-11Merge pull request #160 from mammique/django_permsTom Christie
2012-02-11DjangoModelPermisson's descCamille Harang
2012-02-11check authentication after checking ModelResourceCamille Harang
2012-02-11DjangoModelPermissonCamille Harang
2012-02-09Merge remote branch 'tomchristie/master'Alen Mujezinovic
2012-02-07Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2012-02-07Use app for Django 1.2Tom Christie
2012-02-07Merge pull request #156 from j4mie/duplicate-page-paramTom Christie
2012-02-07Ensure duplicate "page" parameters are not createdJamie Matthews
2012-02-07In examples settings, use staticfiles for 1.2, django.contrib.staticfiles oth...Tom Christie
2012-02-07Attempt to stop banging head against brick wall.Tom Christie
2012-02-07Distutils, you are a harsh master.Tom Christie
2012-02-07Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2012-02-07Fix distutils errorsTom Christie