summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Expand)Author
2019-07-29[2.2.x] Fixed #30656 -- Added QuerySet.bulk_update() to the database optimiza...daniel a rios
2019-07-29[2.2.x] Refs #30656 -- Reorganized bulk methods in the database optimization ...daniel a rios
2019-07-23[2.2.x] Fixed typo in docs/topics/http/sessions.txt.terminator14
2019-07-18[2.2.x] Fixed #30648 -- Removed unnecessary overriding get_context_data() fro...Davit Gachechiladze
2019-07-04[2.2.x] Fixed #30600 -- Clarified that ValueError raised by converter.to_pyth...sp1rs
2019-07-04[2.2.x] Fixed #28667 -- Clarified how to override list of forms fields for cu...swatantra
2019-06-24[2.2.x] Fixed typo in docs/topics/db/models.txt.Meysam
2019-06-13[2.2.x] Fixed an example of email with display name in EmailMessage.from_email.Joachim Jablon
2019-06-10[2.2.x] Removed redundant object descriptions to prevent warnings with Sphinx...Mariusz Felisiak
2019-06-10[2.2.x] Fixed #30553 -- Clarified the default value of disable_existing_loggers.swatantra
2019-06-04[2.2.x] Fixed #30505 -- Doc'd how changes in the order of Field.choices affec...Caio Ariede
2019-05-27[2.2.x] Doc'd that extra_email_context can be used to override default templa...Mariusz Felisiak
2019-05-24[2.2.x] Fixed #30504 -- Corrected redirect() signature in docs.Shashank Parekh
2019-05-24[2.2.x] Doc'd that assertXMLEqual()/assertXMLNotEqual() ignores XML declarati...Caio Ariede
2019-05-22[2.2.x] Fixed #30419 -- Favored Meta.indexes over Meta.index_together in opti...Akshesh
2019-05-17[2.2.x] Changed docs to link to Python's description of iterable.Jon Dufresne
2019-05-17[2.2.x] Fixed #30395 -- Doc'd a limitation of ModelForm.Meta.widgets.Tobias Kunze
2019-05-15[2.2.x] Changed tuple choices to list in docs.Jon Dufresne
2019-05-15[2.2.x] Fixed #30316 -- Added source code link to the default logging configu...Ahisahar Pretel
2019-05-14[2.2.x] Fixed #30437 -- Clarified that urlpatterns can be a sequence.Jonatas C. Damasceno
2019-04-30[2.2.x] Fixed #20629 -- Rephrased custom user models admonition.Tobias Kunze
2019-04-24[2.2.x] Changed tuple Mate.unique_together/permissions to lists in docs.Luke Plant
2019-04-16[2.2.x] Fixed #14808 -- Doc'd that trans and blocktrans tags don't escape tra...Tobias Kunze
2019-04-16[2.2.x] Fixed #14009 -- Fixed custom formset validation example in docs.Tobias Kunze
2019-04-13[2.2.x] Fixed #30347 -- Fixed typo in docs/topics/db/aggregation.txt.Daniel Musketa
2019-03-29[2.2.x] Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
2019-03-12[2.2.x] Fixed #30161 -- Added how to decorate class-based views to view decor...alexanderblnf
2019-03-05[2.2.x] Doc'd the use of --noinput for test database handling.Samuel Gaist
2019-02-28[2.2.x] Clarified permission-related docs.Tobias Bengfort
2019-02-25[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.Tim Graham
2019-02-16[2.2.x] Fixed #30187 -- Moved "install Django" command to a console box.Mariusz Felisiak
2019-02-13[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.Dan Davis
2019-02-11[2.2.x] Fixed indentation in docs/topics/templates.txt.Jonatan Alexis Anauati
2019-02-08[2.2.x] Removed extra characters in docs header underlines.Mariusz Felisiak
2019-01-31[2.2.x] Used LoginRequiredMixin in "Models and request.user" example.Daniel Roseman
2019-01-28[2.2.x] Refs #30033 -- Doc'd change regarding apps without migrations dependi...Tim Graham
2019-01-16Fixed #11154, #22270 -- Made proxy model permissions use correct content type.Arthur Rio
2019-01-15Fixed #9475 -- Allowed RelatedManager.add(), create(), etc. for m2m with a th...Collin Anderson
2019-01-14Fixed "lets" mistakes in docs.David Beitey
2019-01-11Refs #29738 -- Allowed registering serializers with MigrationWriter.can
2019-01-10Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.Simon Charette
2019-01-10Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette
2018-12-27Followed style guide for model attribute ordering.Matt Wiens
2018-12-27Updated OWASP Top 10 link to the latest version.Vedran Karačić
2018-12-27Fixed broken links to PyYAML page.CHI Cheng
2018-12-21Fixed #29750 -- Added View.setup() hook for class-based views.François Freitag
2018-12-12Fixed #30036 -- Removed unused imports in pagination example.Carlton Gibson
2018-11-29Fixed #29991 -- Doc'd logger propogation for the default logging config.raratiru
2018-11-26Updated docs for fast column creation with defaults in PostgreSQL 11.Damian Dimmich