index
:
chango.git
devmain
fix-31295
initial-branch
main
refs-37159
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
management
Age
Commit message (
Expand
)
Author
2013-07-30
Rename pre_ and post_syncdb to *_migrate, with aliases from old names
Andrew Godwin
2013-06-25
Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.
Simon Charette
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-06-10
Added TransactionTestCase.available_apps.
Aymeric Augustin
2013-05-19
Typo in comment
Peter Inglesby
2013-03-02
Fixed getting default encoding in get_system_username
Claude Paroz
2013-02-15
Fixed #19807 -- Sanitized getpass input in createsuperuser
Claude Paroz
2013-02-07
Updated createsuperuser to use unicode_literals. Refs #19757.
Florian Apolloner
2013-02-06
Fixed #19745 -- Forced resolution of verbose names in createsupersuser
Claude Paroz
2013-02-05
Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.
Simon Charette
2013-02-04
Fixed #19725 -- Made createsuperuser handle non-ascii prompts
Claude Paroz
2013-01-22
Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth app.
Florian Apolloner
2012-11-22
Fixed #16039 -- Made post_syncdb handlers multi-db aware.
Aymeric Augustin
2012-10-13
Fixed #19067 -- Clarified handling of username in createsuperuser.
Russell Keith-Magee
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-10-03
Fixed #15915 -- Cleaned handling of duplicate permission codenames
Mateusz Haligowski
2012-09-29
Fixed #19041 -- Corrected the handling of default usernames in createsuperuser.
Russell Keith-Magee
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-08-20
[py3] Fixed #18805 -- ported createsuperuser.
Aymeric Augustin
2012-08-17
Made createsuperuser more robust when getting current OS username.
Ramiro Morales
2012-08-14
[py3] Fixed contrib.auth tests
Claude Paroz
2012-08-08
[py3] Replaced raw_input by input
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-19
Fixed #18325 -- Wrapped self.stdout/stderr in OutputWrapper class
Claude Paroz
2012-04-30
Replaced print statement by print function (forward compatibility syntax).
Claude Paroz
2012-03-22
Reverted parts of r16963 to fix a regression on the creation of permissions o...
Aymeric Augustin
2012-03-14
Fixed #17898: Ensure create_superuser honors the 'db' argument from post_sync...
James Bennett
2012-03-12
Edited some docs and docstrings until [17685]
Adrian Holovaty
2012-03-05
Fixes #17327 -- Add --database option to createsuperuser and change password ...
Chris Beaven
2011-10-12
Introduce `ContentType.objects.get_for_models(*models)` and use it in the the...
Alex Gaynor
2011-09-09
Fixed #7596. Added Model.objects.bulk_create, and make use of it in several ...
Alex Gaynor
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-05-09
Fixes #15778 -- createsuperuser fails on international characters in system u...
Chris Beaven
2011-05-04
Tiny grammar fix in createsuperuser command.
Chris Beaven
2011-02-22
Fixed #15371 -- Ensure that a superuser created with the createsuperuser mana...
Russell Keith-Magee
2010-12-12
Fixed #14731 -- Respect ordering when creating the default permissions. Thank...
Jannis Leidel
2010-11-17
Fixed #7077 and #7431 -- Use getpass.getuser instead of pwd.getpwuid to deter...
Jannis Leidel
2010-11-04
Sped up the create_permissions signal handler (and thus the test suite) by re...
Alex Gaynor
2010-11-01
Restructure the create_permission signal handler to perform fewer SQL queries...
Alex Gaynor
2010-10-31
Reflow django/contrib/auth/management/__init__.py for readability.
Alex Gaynor
2010-10-09
Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au...
Russell Keith-Magee
2010-05-21
Fixed #13569 -- Fixed createsuperuser management command to work with the new...
Jannis Leidel
2010-01-29
Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ...
Russell Keith-Magee
2008-10-06
Fixed #5753 -- Allow createsuperuser to work in situations where there
Malcolm Tredinnick
2008-08-27
Removed oldforms, validators, and related code:
Gary Wilson Jr
2008-08-06
Major refactoring of django.dispatch with an eye towards speed. The net resul...
Jacob Kaplan-Moss
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-06-08
Fixed #7394: fixed bug with syncdb and createsuperuser introduced in [7590]. ...
Jacob Kaplan-Moss
2008-06-08
Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.
Jacob Kaplan-Moss
[prev]