Commit History

Author SHA1 Message Date
  Tim Graham dbb0df2a0e Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make request a positional argument. 9 years ago
  Attila Tovt ac750dbbc0 Fixed #25681 -- Added 'default' to DATABASES example. 9 years ago
  Tim Graham 4fd264b6f1 Refs #24351 -- Removed support for the old allow_migrate() signature per deprecation timeline. 9 years ago
  Caio Ariede ec9004728e Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql. 9 years ago
  Tim Graham 2fbea621e6 Capitalized "Python" in docs. 9 years ago
  Adrian Andreias 937643a1f2 Fixed allow_migrate() signature in router examples. 10 years ago
  Loic Bistuer bed504d70b Fixed #24351, #24346 -- Changed the signature of allow_migrate(). 10 years ago
  Loic Bistuer 8f4877c89d Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router. 10 years ago
  Tim Graham 5ecead9ab9 Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs. 10 years ago
  areski 9d6551204e Removed unnecessary code-block directives. 10 years ago
  Christoph Heer d47409831f Fixed #23067 -- Updated docs to use django-admin 10 years ago
  Flavio Curella beec05686c Fixed #22667 -- Replaced leader/follower terminology with primary/replica 10 years ago
  Alex Gaynor 8a95b4fca7 Merge pull request #2692 from fcurella/patch-5 10 years ago
  Flavio Curella 73a57b06f9 replaced occurrences of master/slave terminology with leader/follower 10 years ago
  Tim Graham 57296b4162 Removed some references to django.contrib.comments which has been removed. 10 years ago
  Tim Graham c487b1e230 Fixed #22419 -- Typo in docs/topics/db/multi-db.txt. 11 years ago
  Loic Bistuer 27f04e79b1 Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs. 11 years ago
  Eric Boersma 4d13cc56de Fixed #21035 -- Changed docs to treat the acronym SQL phonetically. 11 years ago
  Andrew Godwin b6a957f0ba Merge remote-tracking branch 'core/master' into schema-alteration 11 years ago
  Tim Graham 7b69c3e775 Removed versionadded/changed annotations for 1.5 11 years ago
  Andrew Godwin fddc5957c5 Implement allow_migrate for migration operations 11 years ago
  Andrew Godwin 12e9804d16 Rename allow_syncdb to allow_migrate 11 years ago
  Juan Catalano 78c842a323 Adapted uses of versionchanged/versionadded to the new form. 12 years ago
  Simon Charette 6293eaa062 Fixed #20159 -- Mispelled attribute in multi-db documentation example. 12 years ago
  Loic Bistuer 6983a1a540 Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet. 12 years ago
  Tim Graham cf890c110e Added an example of "default" database dictionary left blank; refs #19775. 12 years ago
  Tim Graham 31bcb102b2 Fixed #19775 - Clarified requirements of the "default" database. 12 years ago
  Aymeric Augustin a026e480da Fixed #16039 -- Made post_syncdb handlers multi-db aware. 12 years ago
  James Bennett 5c5226a520 Fix typo: Non -> None 12 years ago
  James Bennett 408c10e541 Untabify multi-db docs. 12 years ago