- 01 Jun, 2015 2 commits
-
-
Xavier Ordoquy committed
-
Migrate from Google search to MkDocs.
Tom Christie committed
-
- 31 May, 2015 8 commits
-
-
Dougal Matthews committed
-
Dougal Matthews committed
-
This is optional, but will be required by MkDocs 1.0
Dougal Matthews committed -
first time
Dougal Matthews committed -
This change updates the modal to use MkDocs for search.
Dougal Matthews committed -
The {{ page_title }} and {{ site_name }} variables are now separated to add flexibility th themes.
Dougal Matthews committed -
Dougal Matthews committed
-
This allows us to delete lots of code and avoid hard-coding the navigation. This does mean that {{ current_page }} isn't always available and needs to be conditionally used.
Dougal Matthews committed
-
- 30 May, 2015 2 commits
-
-
Fix minor typo
Xavier Ordoquy committed -
Corentin Smith committed
-
- 29 May, 2015 3 commits
-
-
Update validators.md
Tom Christie committed -
Missing colon.
Marc committed -
Added test ensuring DecimalField accepts `2E+2` as 200 and validates decimal place correctly.
Xavier Ordoquy committed
-
- 28 May, 2015 3 commits
-
-
THe DRF Any Permission is not maintained anymore
Xavier Ordoquy committed -
Arnaud Limbourg committed
-
Arnaud Limbourg committed
-
- 27 May, 2015 5 commits
-
-
Use shields.io instead of pypip.in
Tom Christie committed -
José Padilla committed
-
Set the action on a view when override_method regardless of its None-ness
Tom Christie committed -
Add drf-tracking to third-party-resources.md
José Padilla committed -
Add drf-tracking to third-party-resources.md
Anna Schneider committed
-
- 26 May, 2015 2 commits
-
-
Anna Schneider committed
-
Update mkdocs version to 0.12.2
Tom Christie committed
-
- 25 May, 2015 2 commits
-
-
Fix markdown link references in release notes
Carlton Gibson committed -
The following items had a wrong href value: - Dont require pk strictly for related fields. (#2745, #2754) - Restrict integer field to integers and strings. (#2835, #2836)
Martin Di Palma committed
-
- 22 May, 2015 3 commits
-
-
Add Classy Django REST Framework(cdrf.co) to Third Party Resources
Xavier Ordoquy committed -
André Ericson committed
-
The old version of mkdocs required 'Markdown>=2.3.1,<2.5' and requirements-optionals.txt lists markdown==2.5.2 causing mkdocs to fail.
André Ericson committed
-
- 20 May, 2015 1 commit
-
-
Support basic authentication with custom user models that change username field
Tom Christie committed
-
- 19 May, 2015 6 commits
-
-
On Tom's suggestion, improve coding style by using a single-line call to getattr() with a default value instead of a multi-line if/else clause.
Petros Moisiadis committed -
Fix flake8 error
Petros Moisiadis committed -
Support User model in Django 1.4 that has not a USERNAME_FIELD attribute.
Petros Moisiadis committed -
Import get_user_model from compat module to be compatible with older django versions (e.g. 1.4).
Petros Moisiadis committed -
Compatibility code for getting user model
Petros Moisiadis committed -
Support basic authentication with custom user models with a username field that is not named 'username'.
Petros Moisiadis committed
-
- 18 May, 2015 2 commits
-
-
Michał Hernas committed
-
decimal place correctly.
Michał Hernas committed
-
- 15 May, 2015 1 commit
-
-
Allow unexpected values for ChoiceField/MultipleChoiceField representations
Tom Christie committed
-