- 18 Feb, 2016 1 commit
-
-
Remove page information in pagination error messages
José Padilla committed
-
- 17 Feb, 2016 1 commit
-
-
We remove a couple of informations to lower the exposition of our internals.
Xavier Ordoquy committed
-
- 12 Feb, 2016 3 commits
-
-
Use pandoc to generate a nice PyPI information page.
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
- 09 Feb, 2016 4 commits
-
-
Remove version string from admin template
Xavier Ordoquy committed -
blag committed
-
Remove version string from base template
Xavier Ordoquy committed -
blag committed
-
- 08 Feb, 2016 2 commits
-
-
Fixes vertical html layout for BooleanField
Tom Christie committed -
`HTMLFormRenderer` renders `BooleanField` field as not checked if vertical layout are used.
Mikalai Radchuk committed
-
- 04 Feb, 2016 6 commits
-
-
Displayed warnings during test suite.
Xavier Ordoquy committed -
Simon Charette committed
-
Silenced deprecation warnings on Django 1.8.
Xavier Ordoquy committed -
Simon Charette committed
-
Use 'password123' as password for new users in the tutorial
Tom Christie committed -
Trying to create a new user on Django 1.9.x with the password 'password' will fail with the error message 'This password is too common.'. Because of that it is necessary to change the used password from 'password' to 'password123'.
Christian Berendt committed
-
- 03 Feb, 2016 6 commits
-
-
Fixes docstrings in fields.py
Xavier Ordoquy committed -
updated readme with commands from recent versions of django
Xavier Ordoquy committed -
typo in docs - tutorial part 1
Xavier Ordoquy committed -
auvipy committed
-
Chirag Khatri committed
-
Fixes docstrings for `to_choices_dict` and `flatten_choices_dict` functions in fields.py. Mistakes were introduced in #4d69286e
Mikalai Radchuk committed
-
- 01 Feb, 2016 5 commits
-
-
Fixes AttributeError in HTMLFormRenderer.render
José Padilla committed -
Update Django versions
Xavier Ordoquy committed -
José Padilla committed
-
enhancement #3886 Internationalization in admin interface for authtoken
Xavier Ordoquy committed -
+ verbose_name in models.Token fields + Meta-options verbose_name & verbose_name_plural + Labels in AuthTokenSerializer fields in case of usages in Brousable API + provide AppConfig class as described in django documentation with verbose_name came through ugettext_lazy
Mikhail Nacharov committed
-
- 27 Jan, 2016 1 commit
-
-
Xavier Ordoquy committed
-
- 26 Jan, 2016 1 commit
-
-
If `HTMLFormRenderer.render` will be called with default arguments, `AttributeError: 'NoneType' object has no attribute 'get'` will be raised.
Mikalay Radchuk committed
-
- 24 Jan, 2016 2 commits
-
-
Fix syntax errors in docs example
Xavier Ordoquy committed -
- Add missing comma in kwargs - Remove spaces around keyword / parameter equals - Replace incorrect curly brace with parenthesis
James Beith committed
-
- 23 Jan, 2016 2 commits
-
-
Mention Live API Endpoints for DRF Docs
Xavier Ordoquy committed -
Emmanouil Konstantinidis committed
-
- 21 Jan, 2016 5 commits
-
-
Refactor the `get_queryset` overriding test
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Restore the abstract on Token model when the app isn't declared
Xavier Ordoquy committed -
The fact that we don't import Token from authentication doesn't invalidate the need for the model to be abstract whenever the authtoken isn't listed in the INSTALLED_APPS.
Xavier Ordoquy committed
-
- 20 Jan, 2016 1 commit
-
-
Fix broken link format
José Padilla committed
-