Shai Berger
|
c93ac9cf42
Refs #25850, #27142, #27110 -- Documented migration history consistency checks.
|
8 年之前 |
Tim Graham
|
789f9c9b29
Refs #27164 -- Fixed typo in docs/topics/db/multi-db.txt
|
8 年之前 |
Timothy Allen
|
df92f6f2e3
Documented how allow_migrate() interacts with makemigrations.
|
8 年之前 |
Liz Lemon
|
ea65c7cb48
Edited multi-db topic guide for grammar and clarity.
|
8 年之前 |
Markus Holtermann
|
228427ab1a
Fixed allow_migrate() signature in documentation
|
9 年之前 |
Tim Graham
|
e519aab43a
Fixed #23868 -- Added support for non-unique django-admin-options in docs.
|
9 年之前 |
Tim Graham
|
dbb0df2a0e
Fixed #25985 -- Updated signature of ModelAdmin.formfield_for_* to make request a positional argument.
|
9 年之前 |
Attila Tovt
|
ac750dbbc0
Fixed #25681 -- Added 'default' to DATABASES example.
|
9 年之前 |
Tim Graham
|
4fd264b6f1
Refs #24351 -- Removed support for the old allow_migrate() signature per deprecation timeline.
|
9 年之前 |
Caio Ariede
|
ec9004728e
Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.
|
9 年之前 |
Tim Graham
|
2fbea621e6
Capitalized "Python" in docs.
|
9 年之前 |
Adrian Andreias
|
937643a1f2
Fixed allow_migrate() signature in router examples.
|
10 年之前 |
Loic Bistuer
|
bed504d70b
Fixed #24351, #24346 -- Changed the signature of allow_migrate().
|
10 年之前 |
Loic Bistuer
|
8f4877c89d
Fixed #22583 -- Allowed RunPython and RunSQL to provide hints to the db router.
|
10 年之前 |
Tim Graham
|
5ecead9ab9
Fixed #22620 -- Emphasized role of DATABASE_ROTERS in multi-db docs.
|
10 年之前 |
areski
|
9d6551204e
Removed unnecessary code-block directives.
|
10 年之前 |
Christoph Heer
|
d47409831f
Fixed #23067 -- Updated docs to use django-admin
|
10 年之前 |
Flavio Curella
|
beec05686c
Fixed #22667 -- Replaced leader/follower terminology with primary/replica
|
11 年之前 |
Alex Gaynor
|
8a95b4fca7
Merge pull request #2692 from fcurella/patch-5
|
11 年之前 |
Flavio Curella
|
73a57b06f9
replaced occurrences of master/slave terminology with leader/follower
|
11 年之前 |
Tim Graham
|
57296b4162
Removed some references to django.contrib.comments which has been removed.
|
11 年之前 |
Tim Graham
|
c487b1e230
Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.
|
11 年之前 |
Loic Bistuer
|
27f04e79b1
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
|
11 年之前 |
Eric Boersma
|
4d13cc56de
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
|
11 年之前 |
Andrew Godwin
|
b6a957f0ba
Merge remote-tracking branch 'core/master' into schema-alteration
|
11 年之前 |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 年之前 |
Andrew Godwin
|
fddc5957c5
Implement allow_migrate for migration operations
|
11 年之前 |
Andrew Godwin
|
12e9804d16
Rename allow_syncdb to allow_migrate
|
11 年之前 |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 年之前 |
Simon Charette
|
6293eaa062
Fixed #20159 -- Mispelled attribute in multi-db documentation example.
|
12 年之前 |