- 04 Feb, 2016 1 commit
-
-
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 16 commits
-
-
Fix broken link format
José Padilla committed -
José Padilla committed
-
Login form autofocus
Xavier Ordoquy committed -
RelatedField get_queryset and context
Xavier Ordoquy committed -
Update link to Heroku guidelines
Xavier Ordoquy committed -
They seem to have changed the structure of the document.
Krzysztof Szularz committed -
Activate the Python 3.5 build.
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Maintain py32 test builds
Xavier Ordoquy committed -
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
Xavier Ordoquy committed
-
- 19 Jan, 2016 1 commit
-
-
Add missing csrf_token in AdminRenderer post form.
Xavier Ordoquy committed
-