django/docs/howto
Ramiro Morales 7808a04fe5 [3.0.x] Corrected custom model fields how-to.
get_prep_value() method is complementary of from_db_value().

Follow up to e9103402c0.

Backport of 52a0a03671 from master
2020-07-10 11:38:26 +02:00
..
deployment [3.0.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. 2020-06-02 11:55:57 +02:00
static-files [3.0.x] Fixed #31126 -- Doc'd STATICFILES_DIRS namespacing in static files how-to. 2020-01-29 10:36:52 +01:00
auth-remote-user.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00
custom-file-storage.txt [3.0.x] Added missing backticks in various docs. 2020-03-06 11:53:35 +01:00
custom-lookups.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00
custom-management-commands.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00
custom-model-fields.txt [3.0.x] Corrected custom model fields how-to. 2020-07-10 11:38:26 +02:00
custom-template-tags.txt [3.0.x] Fixed #31171 -- Fixed wording in auto-escaping section of custom template tags docs. 2020-01-17 09:22:37 +01:00
error-reporting.txt [3.0.x] Prevented (and corrected) single backtick usage in docs. 2020-04-01 15:15:21 +02:00
index.txt [3.0.x] Refs #28954 -- Remove remaining Jython documentation. 2019-12-19 16:44:39 +01:00
initial-data.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00
legacy-databases.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00
outputting-csv.txt [3.0.x] Fixed #30906 -- Fixed an example of using the template system to generate CSV. 2019-10-25 08:12:15 +02:00
outputting-pdf.txt [3.0.x] Prevented (and corrected) single backtick usage in docs. 2020-04-01 15:15:21 +02:00
overriding-templates.txt Emphasized that TemplatesSetting must be used to override widget templates. 2018-09-11 15:14:53 -04:00
upgrade-version.txt [3.0.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. 2020-06-02 11:55:57 +02:00
windows.txt [3.0.x] Updated How to install Django on Windows guide. 2020-06-03 16:29:30 +02:00
writing-migrations.txt [3.0.x] Clarified SeparateDatabaseAndState docs and added example of changing ManyToManyField. 2020-03-10 11:14:05 +01:00