Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth/tests
Commit message (Expand)AuthorAgeFilesLines
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Fixed #22993 -- Deprecated skipIfCustomUser decoratorChristopher Luc2015-04-071-0/+6
* 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-1137-4336/+0
* Prevented some test commands from needlessly running syst...Tim Graham2015-02-111-0/+2
* Replaced some more hardcoded admin URLsClaude Paroz2015-02-091-15/+25
* Revert "Fixed #24075 -- Prevented running post_migrate si...Markus Holtermann2015-02-071-21/+1
* Revert "Refs #24075 -- Silenced needless call_command out...Markus Holtermann2015-02-071-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0617-67/+77
* Removed direct manipulation of settings in auth tests; re...Tim Graham2015-02-042-12/+12
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-038-69/+57
* Fixed typos in code comments.Adam Taylor2015-01-201-2/+2
* Increased the default PBKDF2 iterations.Tim Graham2015-01-171-3/+3
* Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz2015-01-162-5/+1
* 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-141-1/+19
* 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-101-2/+24
* 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
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-8/+7
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-284-72/+71
* Deprecated some arguments of django.shortcuts.render(_to_...Aymeric Augustin2014-12-282-24/+17
* Moved an import in an auth test; refs #23925.Tim Graham2014-12-153-4/+3
* Fixed #23939 -- Moved session verification out of Session...Tim Graham2014-12-031-18/+32
* Fixed #23925 -- Allowed settings.AUTHENTICATION_BACKENDS ...sdeprez2014-11-282-1/+27
* Fixed #23338 -- Added warning when unique=True on ForeigKeyDiego Guimarães2014-11-281-0/+1
* Avoided rewrapping Contexts in render_to_response.Aymeric Augustin2014-11-221-6/+6
* Simplified caching of password hashers.Aymeric Augustin2014-11-191-7/+6
* Refs #23793 -- Fixed test failure after password reset me...Erik Romijn2014-11-151-2/+2
* Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-041-1/+1
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-035-24/+22
* Removed redundant skip_checks option for call_commandClaude Paroz2014-10-201-5/+0
* Replaced set([foo, ...]) by {foo, ...} literals. Refs PR ...Thomas Chaumeny2014-09-281-18/+18
* Fixed #23488 -- Added AnonymousUser.get_username().Damien Baty2014-09-181-0/+5
* Limited lines to 119 characters in django/Tim Graham2014-09-054-4/+13
* Fixed #21648 -- Deprecated is_admin_site option to auth.v...Tim Graham2014-08-241-4/+7
* Fixed #23066 -- Modified RemoteUserMiddleware to logout o...Preston Holmes2014-08-201-0/+18
* Fixed #23162 -- Renamed forms.Field._has_changed() to has...Gabriel Muñumel2014-08-151-1/+1
* Added newlines to the ends of CSS, HTML, and JavaScript f...Trey Hunner2014-08-136-6/+6
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-121-16/+16
* Fixed #7220 -- Allowed AbstractBaseUser.last_login to be ...Tim Graham2014-08-011-0/+7
* Fixed #22956 -- Made PermissionManager.get_by_natural_key...Jürno Ader2014-07-311-1/+60
* Bump the default iterations for PBKDF2.Alex Gaynor2014-07-121-3/+3
* Fixed #13147 -- Moved User validation logic from form to ...Yin Jifeng2014-07-101-8/+6
* Fixed #21832 -- Updated prompt, tests, and docs to show t...Anubhav Joshi2014-07-082-11/+16
* Fixed #21755 -- Added ForeignKey support to REQUIRED_FIELDS.Anubhav Joshi2014-07-032-2/+84
* Fixed #8162 -- Increased Permission.name max_length to 25...Tim Graham2014-06-301-2/+2
* Restored is_anonymous() check in ModelBackend permission ...Tim Graham2014-06-241-0/+27
* Fixed #17903 -- Modified ModelBackend to eliminate permis...Jorge C. Leitão2014-06-241-0/+28