summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2016-05-16Refs #21379 -- Normalized unicode username inputsClaude Paroz
2016-05-16Fixed #24305 -- Allowed overriding fields on abstract models.Aron Podrigal
Fields inherited from abstract base classes may be overridden like any other Python attribute. Inheriting from multiple models/classes with the same attribute name will follow the MRO.
2016-05-14Refs #26021 -- Used hanging indentation in some doc examples.Tim Graham
2016-05-14Used 'classmethod' annotation in docs/topics/auth/customizing.txtTim Graham
2016-05-13Fixed typo in docs/topics/db/models.txtTim Graham
2016-05-13Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville
2016-05-12Fixed typo in docs/topics/conditional-view-processing.txteltronix
2016-05-11Refs #26052 -- Corrected a sentence for conditional_content_removal() removal.Tim Graham
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-05-07Fixed #26566 -- Rewrote an incorrect Cache-Control example.Vasiliy Faronov
2016-05-07Fixed a typoMatthias K
2016-05-07Fixed #26595 -- Removed unnecessary save() in one_to_one.txt example.shiblystory
2016-05-06Fixed syntax highlighting in docs/topics/cache.txtTim Graham
2016-05-03Normalized "an SQL" spelling.Ville Skyttä
2016-05-03Clarified that setting names must be uppercase.David D Lowe
2016-05-03Fixed #26567 -- Updated references to obsolete RFC2616.Vasiliy Faronov
Didn't touch comments where it wasn't obvious that the code adhered to the newer standard.
2016-04-28Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham
2016-04-27Refs #25136 -- Fixed nonexistent field reference in aggregation topic guide.Tim Graham
Thanks Ankush Thakur for the report and Simon for the review.
2016-04-27Fixed typo in docs/topics/testing/tools.txteltronix
2016-04-26Fixed typo in docs/topics/testing/tools.txteltronix
2016-04-22Refs #3254 -- Added full text search to contrib.postgres.Marc Tamlyn
Adds a reasonably feature complete implementation of full text search using the built in PostgreSQL engine. It uses public APIs from Expression and Lookup. With thanks to Tim Graham, Simon Charettes, Josh Smeaton, Mikey Ariel and many others for their advice and review. Particular thanks also go to the supporters of the contrib.postgres kickstarter.
2016-04-21Fixed #22383 -- Added support for HTML5 required attribute on required form ↵Jon Dufresne
fields.
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 ↵Tobias Kroenke
KeyError.
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 ↵Tim Graham
permission cache.
2016-04-15Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based viewsClaude Paroz
Thanks Cristiano Coelho and Tim Graham for the reviews.
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
Thanks Tim Graham and Shai Berger for the reviews.
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
Thanks Pablo Oubiña for the report.
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 ↵Akshesh
concrete base model.
2016-03-29Fixed #21446 -- Allowed not performing redirect in set_language viewKrzysztof Jurewicz
Thanks Claude Paroz and Tim Graham for polishing the patch.
2016-03-25Fixed #26408 -- Updated link to DEP 182.Aymeric Augustin
Thanks kaifeldhoff for the report.
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
Thanks Akshesh Doshi for the initial patch and Tim Graham for the review
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
Thanks Sonu kumar for the report and Tim Graham for the review.