Commit History

Author SHA1 Message Date
  Alexander Lazarević 8590d05d44 Fixed #35887 -- Added imports and admin.site.register to non-partial admin inline doc examples. 2 weeks ago
  Ben Cail b3dc80682e Fixed #35156 -- Removed outdated note about not supporting foreign keys by SQLite. 10 months ago
  django-bot 14459f80ee Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 1 year ago
  Carlton Gibson 534ac48297 Refs #34140 -- Applied rst code-block to non-Python examples. 1 year ago
  Adam Johnson a8c15481f4 Rewrote some references to "master". 3 years ago
  Nick Pope 847f46e9bf Removed redundant QuerySet.all() calls in docs and tests. 2 years ago
  Mariusz Felisiak ad6bb20557 Avoided counting attributes and methods in docs. 2 years ago
  Florian Apolloner 98e05ccde4 Fixed #32233 -- Cleaned-up duplicate connection functionality. 7 years ago
  Carlton Gibson 1b32b2f614 Fixed #32083 -- Added link back to migrating section in multi-db docs example. 4 years ago
  Adam Johnson 5ef6f62634 Refs #31502 -- Made minor edits to Model._state docs. 4 years ago
  MansurAliKoroglu d88952142b Adjusted multi-db example to avoid confusion with DATABASES keys. 5 years ago
  Nikita Sobolev 682b295c6c Made small improvement to docs/topics/db/multi-db.txt. 4 years ago
  Caio Ariede 608e06023e Fixed #27164 -- Fixed an example of using routers in multiple databases docs. 5 years ago
  Tobias Kunze 4a954cfd11 Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 5 years ago
  Tim Graham 50f09264ae Refs #29683 -- Updated multi-db docs for view permission. 5 years ago
  Mattia Cattarinussi 2a0116266c Refs #29513 -- Linked the testing docs from the multi-db topic guide. 6 years ago
  Stefan R. Filipek 9ec77f3d66 Fixed #29349 -- Doc'd the default behavior of router.allow_relation(). 6 years ago
  Jon Dufresne 7a6fbf36b1 Fixed #28853 -- Updated connection.cursor() uses to use a context manager. 7 years ago
  Ville Skyttä 617686e226 Fixed 'a'/'an' mix-ups in docs. 7 years ago
  Mariusz Felisiak 081e787160 Refs #23919 -- Stopped inheriting from object to define new style classes. 7 years ago
  Mariusz Felisiak a3af8c99d9 Removed extra characters in docs header underlines. 7 years ago
  chillaranand dc165ec8e5 Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 7 years ago
  Tim Graham e27e4c0339 Removed versionadded/changed annotations for 1.10. 8 years ago
  Jezeniel Zapanta 48f45431eb Fixed typo in docs/topics/db/multi-db.txt. 8 years ago
  Shai Berger c93ac9cf42 Refs #25850, #27142, #27110 -- Documented migration history consistency checks. 8 years ago
  Tim Graham 789f9c9b29 Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txt 8 years ago
  Timothy Allen df92f6f2e3 Documented how allow_migrate() interacts with makemigrations. 8 years ago
  Liz Lemon ea65c7cb48 Edited multi-db topic guide for grammar and clarity. 8 years ago
  Markus Holtermann 228427ab1a Fixed allow_migrate() signature in documentation 8 years ago
  Tim Graham e519aab43a Fixed #23868 -- Added support for non-unique django-admin-options in docs. 9 years ago