summaryrefslogtreecommitdiff
path: root/docs/topics/auth
AgeCommit message (Collapse)Author
2014-08-31[1.7.x] Removed sentence from docs about migrate prompting to add a superuser.Michael Angeletti
Backport of 21a9e8adf0 from master
2014-08-19[1.7.x] Fixed #23314 -- Tempered recommendation of storing profile data on ↵Tim Graham
custom user. Thanks gavinwahl for the report. Backport of 3569536491 from master
2014-07-30[1.7.x] Fixed #23132 -- Removed confusing clause in auth docs.Tim Graham
Backport of abb97cffdf from master
2014-07-21[1.7.x] Replaced instances of 'his/her' with 'their'.Iain Dawson
Backport of 8fbf13a6c8 from master
2014-07-01[1.7.x] Fixed #22932: Documented circular dependency issues with swappable userAndrew Godwin
2014-06-19[1.7.x] Fixed #22874: Document that AUTH_USER_MODEL must be in first migrationAndrew Godwin
2014-06-17[1.7.x] Fixed #22853: Swapped models are now ignored for migration operations.Andrew Godwin
2014-06-10[1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals.Tim Graham
Moved logic to syncdb command for backwards compatibility. Backport of 93d05536fd from master
2014-06-10[1.7.x] Corrected some indentation in docs/topics/auth/default.txt.Tim Graham
Backport of 34f4fd7024 from master
2014-04-22[1.7.x] Updated grammar in description of django.contrib.auth.Ray Ashman
Backport of 9853779805 from master
2014-04-16[1.7.x] Added a note regarding django.contrib.auth.authenticate.Tim Graham
Thanks Josh Brown for the suggestion. Backport of ae5b662796 from master
2014-04-05[1.7.x] Fixed #21649 -- Added optional invalidation of sessions when user ↵Tim Graham
password changes. Thanks Paul McMillan, Aymeric Augustin, and Erik Romijn for reviews. Backport of fd23c06023 from master
2014-03-17Fixed #22006 -- Documented how to write a login_required mixin for CBVs.Tim Graham
Thanks django at patjack.co.uk for the suggestion and mockforest for the draft patch.
2014-03-10Fixed #21875 -- Clarified that get_user_model() only works at run time.Aymeric Augustin
Thanks Benjamin White for the report.
2014-03-02Fixed some typos in the documentation.Baptiste Mispelon
Thanks to Rodolfo Carvalho and Piotr Kasprzyk for the patch.
2014-02-28Fixed doc typos.Tim Graham
2014-02-25Fixed docs typos.Szczepan Cieślik
2014-02-19Fixed #22093 -- Made Form.Meta.fields examples consistent.Tim Graham
Thanks david-schultz at gmx.net for the suggestion.
2014-02-13Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol
Thanks Tim Graham for the report and recommendations
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
Following the app-loading refactor, these objects must live outside of django.contrib.sites.models because they must be available without importing the django.contrib.sites.models module when django.contrib.sites isn't installed. Refs #21680. Thanks Carl and Loic for reporting this issue.
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
Thanks Russell for the report, Marc for the initial patch, Carl for the final review, and everyone who contributed to the design discussion.
2014-01-22Fixed #20834 -- Described how caching of user permissions works.Tim Graham
Thanks Giggaflop and Jennifer Casavantes.
2014-01-22Fixed #21726 -- Clarified that password should not be included in ↵Tim Graham
REQUIRED_FIELDS. Thanks russellm for the report.
2014-01-17Removed some unnecessary __exact operators in filters.Tim Graham
2014-01-16Fixed #21727 -- Added some links to help clarify topics/auth/default.txtTim Graham
Thanks daGrevis for the suggestion.
2014-01-04Fixed #21730 -- Removed superfluous db_index in custom auth docsClaude Paroz
Thanks rafalp for the report.
2013-11-24Fixed #21391 -- Allow model signals to lazily reference their senders.Simon Charette
2013-11-07Removed no longer relevant wordSylvain Bellemare
2013-11-01Fixed typo -- "a" user, not "an" userSylvain Bellemare
2013-10-30Fixed #21294 -- Clarified the logout next_page argument.Tim Graham
Thanks wim at go2people.nl for the report.
2013-10-25Fixed #21325 -- Added missing argument to permission_required decorator.Tim Graham
2013-10-21Added docs for the hasher's iteration count changes.Tim Graham
2013-10-09Fixed grammar/typos in auth customization docsClaude Paroz
2013-10-08Fixed #21164 -- Added documentation for issue with test users.Russell Keith-Magee
The package renaming restores the older package names (which were also the documented package names). This doesn't affect test discovery because the module in question doesn't contain any tests. Thanks to Carl for the design discussion.
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
Thanks daniel.quattro at gmail.com for the report.
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
* override_settings may now be imported from django.test * removed Approximate from django.test * updated documentation for things importable from django.test Thanks akaariai for the suggestion.
2013-09-06Fixed #20646 -- Clarified the use of AbstractBaseUser.REQUIRED_FIELDSTim Graham
Thanks craigbruce.
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
Conflicts: docs/ref/django-admin.txt
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-08-10Fixed #20828 -- Allowed @permission_required to take a list of permissionsersran9
Thanks Giggaflop for the suggestion.
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
Conflicts: django/core/management/commands/flush.py django/core/management/commands/syncdb.py django/db/models/loading.py docs/internals/deprecation.txt docs/ref/django-admin.txt docs/releases/1.7.txt
2013-08-05Fixed #20832 -- Enabled HTML password reset emailJustin Michalicek
Added optional html_email_template_name parameter to password_reset view and PasswordResetForm.
2013-08-04Fixed #20855 -- Added documentation of current_app and extra_context params ↵Justin Michalicek
to django.contrib.auth views refs #5298 and refs #8342
2013-07-31Fixed #12103 -- Added AuthenticationForm.confirm_login_allowed to allow ↵Tim Graham
customizing the logic policy. Thanks ejucovy and lasko for work on the patch.
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-18Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelAdmin ↵Tim Graham
attribute.
2013-07-13Fixes grammatical error in auth docsDavid Binetti
Changes "An error will be raise if you try..." to "An error will be raised if you try..."
2013-07-11Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
Thanks glarrain for the report.
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
Thanks Marc Tamlyn and Tim Graham for the review.