summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2016-04-20Fixed incorrect rendered widget in forms example.Jon Dufresne
2016-04-20Fixed #26520 -- Fixed a regression where SessionBase.pop() didn't return a Ke...Tobias Kroenke
2016-04-18Fixed typo in docs/topics/class-based-views/mixins.txteltronix
2016-04-18Fixed #26514 -- Documented that User.refresh_from_db() doesn't clear the perm...Tim Graham
2016-04-15Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based viewsClaude Paroz
2016-04-13Fixed #26493 -- Documented how built-in signals are sent.Filipa Andrade
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-04-09Refs #26464 -- Added a link to OWASP Top 10 in security topic guide.Tim Graham
2016-04-08Refs #26351 -- Added check hook to support database-related checksClaude Paroz
2016-04-06Refs #14131 -- Documented why paginating large QuerySets may be slow.Daniel Jilg
2016-04-04Removed a reference to Django 1.3.1 in docs.Tim Graham
2016-04-04Fixed #26452 -- Loaded middleware on server start rather than on first request.David Evans
2016-04-02Fixed #14131 -- Added note to docs about Pagination and large QuerysetsDaniel Jilg
2016-03-31Fixed #26438 -- Fixed multiple .objects typos in the docs.Simon Charette
2016-03-31Fixed #26410 -- Added a docs example for loader.render_to_string().Tim Graham
2016-03-30Fixed #11560 -- Allowed proxy model multiple-inheritance from the same concre...Akshesh
2016-03-29Fixed #21446 -- Allowed not performing redirect in set_language viewKrzysztof Jurewicz
2016-03-25Fixed #26408 -- Updated link to DEP 182.Aymeric Augustin
2016-03-25Fixed typo in docs/topics/db/aggregation.txt.Tim Shaffer
2016-03-23Fixed #24987 -- Allowed inactive users to login with the test client.Alexander Gaevsky
2016-03-23Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users.Alexander Gaevsky
2016-03-21Fixed #26392 -- Corrected login_required/permission_required stacking example.Tim Graham
2016-03-15Fixed DiscoverRunner failfast parameter default in docs.Andrew Abraham
2016-03-15Fixed #26290 -- Documented that a QuerySet for pagination should be ordered.Duane Hilton
2016-03-15Fixed #26157 #25321 -- Added sql/params to extra context of schema loggerMarkus Holtermann
2016-03-14Fixed #25804 -- Documented additions to Jinja2 context.Moritz Sichert
2016-03-13Fixed typos in docs.Jakub Wilk
2016-03-08Fixed #26256 -- Added note about primary key serializationClaude Paroz
2016-03-08Fixed #26033 -- Added Argon2 password hasher.Bas Westerbaan
2016-03-08Fixed #25933 -- Allowed an unprefixed default language in i18n_patterns().Krzysztof Urbaniak
2016-03-03Fixed #26295 -- Allowed using i18n_patterns() in any root URLconf.Simon Charette
2016-03-01Fixed CVE-2016-2513 -- Fixed user enumeration timing attack during login.Florian Apolloner
2016-02-25Corrected a run on sentence in doc/topics/db/models.txt.Tim Graham
2016-02-25Refs #26270 -- Reorganized TestCase docs.Tim Graham
2016-02-25Fixed #12233 -- Allowed redirecting authenticated users away from the login v...Olivier Le Thanh Duong
2016-02-24Fixed a function signature in docs/topics/auth/default.txt.Tim Graham
2016-02-24Removed docs of deprecated SimpleTestCase warnings behavior.Tim Graham
2016-02-22Fixed #26187 -- Removed weak password hashers from PASSWORD_HASHERS.Tim Graham
2016-02-23Fixed spelling errorMarkus Holtermann
2016-02-22Fixed #26188 -- Documented how to wrap password hashers.Tim Graham
2016-02-22Fixed import location of check_password() in docs.Daniel Quinn
2016-02-19Refs #25735 -- Made @tag decorator importable from django.test.Tim Graham
2016-02-17Refs #19353 -- Added tests for using custom user models with built-in auth fo...Berker Peksag
2016-02-17Fixed #25735 -- Added support for test tags to DiscoverRunner.Jakub Paczkowski
2016-02-13Fixed #11665 -- Made TestCase check deferrable constraints after each test.Jon Dufresne
2016-02-12Added import in docs/topics/email.txt example.Camilo Nova
2016-02-12Removed unneeded hint=None/obj=None in system check messages.Tim Graham
2016-02-12Fixed allow_migrate() signature in documentationMarkus Holtermann
2016-02-11Fixed #26111 -- Clarified that fixtures are loaded once per TestCase.Johannes Linke
2016-02-11Clarified "database column type" explanation.Becka R