Tim Graham
|
c487b1e230
Fixed #22419 -- Typo in docs/topics/db/multi-db.txt.
|
před 11 roky |
Loic Bistuer
|
27f04e79b1
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
|
před 11 roky |
Eric Boersma
|
4d13cc56de
Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.
|
před 11 roky |
Andrew Godwin
|
b6a957f0ba
Merge remote-tracking branch 'core/master' into schema-alteration
|
před 11 roky |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
před 11 roky |
Andrew Godwin
|
fddc5957c5
Implement allow_migrate for migration operations
|
před 11 roky |
Andrew Godwin
|
12e9804d16
Rename allow_syncdb to allow_migrate
|
před 11 roky |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
před 12 roky |
Simon Charette
|
6293eaa062
Fixed #20159 -- Mispelled attribute in multi-db documentation example.
|
před 12 roky |
Loic Bistuer
|
6983a1a540
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
|
před 12 roky |
Tim Graham
|
cf890c110e
Added an example of "default" database dictionary left blank; refs #19775.
|
před 12 roky |
Tim Graham
|
31bcb102b2
Fixed #19775 - Clarified requirements of the "default" database.
|
před 12 roky |
Aymeric Augustin
|
a026e480da
Fixed #16039 -- Made post_syncdb handlers multi-db aware.
|
před 12 roky |
James Bennett
|
5c5226a520
Fix typo: Non -> None
|
před 12 roky |
James Bennett
|
408c10e541
Untabify multi-db docs.
|
před 12 roky |
James Bennett
|
5d1f09f450
Ticket 18657: Fix inconsistent DB names in router example.
|
před 12 roky |
Tim Graham
|
141e6cd2ac
Fixed #18871 - Fixed typo in multi-db docs.
|
před 12 roky |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
před 13 roky |
Timo Graham
|
99b2728b74
Fixed #15710 - removed "that that" typos.
|
před 14 roky |
Adrian Holovaty
|
5d854608fe
Fixed #15687 -- Fixed small typo in multidb docs. Thanks, jonash
|
před 14 roky |
Russell Keith-Magee
|
03717325dd
Corrected some typos from r14673.
|
před 14 roky |
Adrian Holovaty
|
99742d8d73
Fixed it's -> its in multi-db.txt
|
před 14 roky |
Alex Gaynor
|
274aba3b9b
Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform custom pre-post delete behavior. Thanks to Florian Apolloner for the patch.
|
před 14 roky |
Luke Plant
|
20fb7c7858
Fixed #13759 - Multi-db docs have an example that isn't syntax highlighting
|
před 14 roky |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
před 14 roky |
Russell Keith-Magee
|
9320c866ff
Fixed #13316 -- Added clarifying note about cross-database relations.
|
před 15 roky |
Russell Keith-Magee
|
6b1a2a8e44
Fixed #13428 -- Corrected the allow_relation behavior of and example router. Thanks to jcd for the report and patch.
|
před 15 roky |
Russell Keith-Magee
|
f74b9aec10
Refs #12767 -- Modified the multi-db docs to remove the implication that contrib.auth can be easily put on a separate database.
|
před 15 roky |
Russell Keith-Magee
|
b50a35a669
Fixed #12941 -- Added documentation for the connections dictionary. Thanks to atlithorn@gmail.com for the report, and Alex Gaynor for the original text.
|
před 15 roky |
Jannis Leidel
|
0d37cfdc05
Fixed #12897 - Typo in multi-db docs. Thanks fgutierrez.
|
před 15 roky |