Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed #23926 -- Improved validation error for custom perm...Joeri Bekker2015-03-161-6/+18
* Fixed #5986 -- Added ability to customize order of Form f...Thomas Tanner2015-03-161-7/+2
* Removed reference to iteration count in the PBKDF2 hasher...Simon Charette2015-02-201-1/+1
* Fixed PBKDF2PasswordHasher comments to reflect reality.Frank Wiles2015-02-201-1/+1
* Fixed #24351, #24346 -- Changed the signature of allow_mi...Loic Bistuer2015-02-201-1/+1
* Fixed #24299 -- Added an auth migration to ensure content...Tim Graham2015-02-161-0/+17
* Fixed #24315 -- Fixed auth.views.password_reset_confirm()...Tim Graham2015-02-131-1/+3
* Fixed #24334 -- Allowed admin password reset to work with...Tim Graham2015-02-131-4/+16
* Fixed #24161 -- Stored the user primary key as a serializ...Tim Graham2015-02-121-3/+9
* Moved non-documented auth test models to the new test loc...Tim Graham2015-02-111-133/+25
* Moved contrib.auth tests out of contrib.Tim Graham2015-02-1142-4539/+0
* Prevented some test commands from needlessly running syst...Tim Graham2015-02-111-0/+2
* Replaced some more hardcoded admin URLsClaude Paroz2015-02-092-16/+29
* Removed stray comment in auth.views.Tim Graham2015-02-091-3/+0
* Replaced hardcoded URLs in admin_* testsClaude Paroz2015-02-081-1/+1
* Revert "Fixed #24075 -- Prevented running post_migrate si...Markus Holtermann2015-02-072-26/+1
* Revert "Refs #24075 -- Silenced needless call_command out...Markus Holtermann2015-02-071-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0632-118/+137
* Removed direct manipulation of settings in auth tests; re...Tim Graham2015-02-042-12/+12
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-039-70/+58
* Removed contrib.auth.forms.mask_password()Tim Graham2015-02-021-9/+0
* Fixed typos in code comments.Adam Taylor2015-01-201-2/+2
* Updated en translation catalogsClaude Paroz2015-01-171-88/+81
* Increased the default PBKDF2 iterations.Tim Graham2015-01-172-4/+4
* Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz2015-01-163-7/+4
* Refs #24075 -- Silenced needless call_command output whil...Markus Holtermann2015-01-151-2/+2
* Fixed #24075 -- Prevented running post_migrate signals wh...Markus Holtermann2015-01-142-1/+24
* Fixed #24124 (again) -- Updated tests with new default co...Aymeric Augustin2015-01-121-5/+0
* Fixed #24097 -- Prevented AttributeError in redirect_to_l...Claude Paroz2015-01-102-6/+25
* Fixed a typo in contrib/auth/tests/custom_user.py docstring.Tim Graham2015-01-091-1/+1
* Fixed #23891 -- Moved deprecation of IPAddressField to sy...Tim Graham2015-01-011-0/+2
* Fixed #22295 -- Replaced permission check for displaying ...Thomas Tanner2014-12-311-1/+1
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-8/+7
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-284-72/+71
* Deprecated current_app in TemplateResponse and render(_to...Aymeric Augustin2014-12-282-17/+44
* Deprecated some arguments of django.shortcuts.render(_to_...Aymeric Augustin2014-12-282-24/+17
* Fixed #23948 -- Moved password help text from the templat...Tim Graham2014-12-261-4/+9
* Fixed #20349 -- Moved setting_changed signal to django.co...Collin Anderson2014-12-241-1/+1
* Moved an import in an auth test; refs #23925.Tim Graham2014-12-153-4/+3
* Fixed #23822 -- Added support for serializing model manag...Markus Holtermann2014-12-152-0/+15
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-2/+2
* Fixed #23939 -- Moved session verification out of Session...Tim Graham2014-12-033-32/+53
* Fixed #23925 -- Allowed settings.AUTHENTICATION_BACKENDS ...sdeprez2014-11-283-5/+36
* Fixed #23338 -- Added warning when unique=True on ForeigKeyDiego GuimarĂ£es2014-11-281-0/+1
* Fixed #23641 -- Moved post_migrate signals for contrib ap...wrwrwr2014-11-272-7/+9
* Avoided rewrapping Contexts in render_to_response.Aymeric Augustin2014-11-221-6/+6
* Simplified caching of password hashers.Aymeric Augustin2014-11-192-34/+32
* Refs #23793 -- Fixed test failure after password reset me...Erik Romijn2014-11-151-2/+2
* Fixed #23793 -- Clarified password reset messages.Yigit Guler2014-11-151-1/+1
* Fixed #23750 -- Allowed core.checks.register to be used a...averybigant2014-11-111-1/+1