summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2016-09-23Simplified has_perm() example in topics/auth/customizing.txt.Berker Peksag
2016-09-22Fixed #27186 -- Fixed model form default fallback for MultiWidget, FileInput,...Tim Graham
2016-09-21Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne
2016-09-17Fixed a typo in docs/topics/auth/default.txt.aruseni
2016-09-14Fixed #15143 -- Doc'd how to set the language for the test client.Michael Scott
2016-09-12Fixed #25187 -- Made request available in authentication backends.Aleksej Manaev
2016-09-10Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.Jon Dufresne
2016-09-10Fixed #27083 -- Added support for weak ETags.Kevin Christopher Henry
2016-09-09Normalized spelling of ETag.Tim Graham
2016-09-07Fixed #26956 -- Added success_url_allowed_hosts to LoginView and LogoutView.Jon Dufresne
2016-09-07Fixed #27172 -- Closed database cursor explicitly in two doc examplesChris Jerdonek
2016-09-02Doc'd how to remove old references in migration files.Tim Graham
2016-09-01Refs #25850, #27142, #27110 -- Documented migration history consistency checks.Shai Berger
2016-09-01Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txtTim Graham
2016-08-31Fixed #27152 -- Supported comma delimiter in memcached LOCATION string.Ed Morley
2016-08-31Fixed #20892 -- Allowed configuring memcached client using OPTIONS.Ed Morley
2016-08-31Made settings docs link to cache parameters more specific.Ed Morley
2016-08-31Fixed typo in docs/topics/testing/overview.txtMike Fiedler
2016-08-25Replaced property() usage with decorator in several places.Berker Peksag
2016-08-25Fixed #27067 -- Deprecated string_concat() in favor of format_lazy().Mattias Loverot
2016-08-24Fixed #27039 -- Fixed empty data fallback to model field default in model forms.Tim Graham
2016-08-19Fixed #27013 -- Clarified commands to install argon2/bcrypt packages.Tim Graham
2016-08-19Fixed #26571 -- Corrected recommendation for converting timestamps to tz-awar...Tim Graham
2016-08-19Replaced old DateTimeAwareJSONEncoder with DjangoJSONEncoder in docs.Brightcells
2016-08-17Fixed #27069 -- Doc'd which gettext functions may be aliased as _.Mattias Loverot
2016-08-17Fixed #26840 -- Added test.utils.setup/teardown_databases().Andreas Pelme
2016-08-16Fixed #19222 -- Documented that default managers aren't used for related quer...Tim Graham
2016-08-15Fixed #27009 -- Made update_session_auth_hash() rotate the session key.Tim Graham
2016-08-15Documented how allow_migrate() interacts with makemigrations.Timothy Allen
2016-08-12Fixed #27007 -- Handled non-UTF-8 bytes objects for text/* attachments.Michael Schwarz
2016-08-11Documented the cache_control() decorator.Kevin Christopher Henry
2016-08-11Clarified session verification with respect to the current session.Tim Graham
2016-08-10Fixed #26947 -- Added an option to enable the HSTS header preload directive.Ed Morley
2016-08-10Fixed #26957 -- Corrected authenticate() docs regarding User.is_active.an0o0nym
2016-08-10Fixed #27019 -- Made teardown_test_environment() restore the old DEBUG.Chris Jerdonek
2016-08-10Fixed #27045 -- Documented that AUTH_PASSWORD_VALIDATORS aren't applied at th...Tim Graham
2016-08-10Fixed #26960 -- Added PasswordResetConfirmView option to automatically log in...jordij
2016-08-09Fixed #27035 -- Eased changing settings.DEBUG for DiscoverRunner.Chris Jerdonek
2016-08-09Fixed #27041 -- Documented that built-in middleware are compatible with MIDDL...Ville Skyttä
2016-08-05Edited docs of test.utils.setup/teardown_test_environment().Chris Jerdonek
2016-08-05Edited multi-db topic guide for grammar and clarity.Liz Lemon
2016-08-04Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().Chris Jerdonek
2016-07-28Fixed #26929 -- Deprecated extra_context parameter of contrib.auth.views.logo...Andrew Nester
2016-07-28Removed a blank line per isort and a trailing whitespace.Tim Graham
2016-07-25Fixed #26925 -- Linked aggregation ordering topic from Meta.ordering docs.Tim Graham
2016-07-22Fixed #18348 -- Documented SesssionStore.create()Preetham Nosum
2016-07-16Fixed #17209 -- Added password reset/change class-based viewsClaude Paroz
2016-07-14Fixed #26656 -- Added duration (timedelta) support to DjangoJSONEncoder.Will Hardy
2016-07-12Fixed #26831 -- Documented session data must be JSON encodable for JSONSerial...Md. Sadaf Noor
2016-07-06Fixed capitalization of "URL pattern".Tim Graham