1
0
mirror of https://github.com/django/django.git synced 2024-12-25 10:35:48 +00:00
django/docs/topics
sage 6789ded0a6 Fixed #12990, Refs #27694 -- Added JSONField model field.
Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael
Michel for mentoring this Google Summer of Code 2019 project and
everyone else who helped with the patch.

Special thanks to Mads Jensen, Nick Pope, and Simon Charette for
extensive reviews.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-05-08 07:23:31 +02:00
..
auth Refs #27468 -- Made user sessions use SHA-256 algorithm. 2020-04-29 16:45:00 +02:00
class-based-views Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
db Fixed #12990, Refs #27694 -- Added JSONField model field. 2020-05-08 07:23:31 +02:00
forms Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
http Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
i18n Doc'd country part of locale name with more than 2 characters. 2020-05-04 20:50:18 +02:00
testing Fixed broken links in docs. 2020-04-28 10:09:45 +02:00
async.txt Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example. 2020-04-14 07:26:16 +02:00
cache.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
checks.txt
conditional-view-processing.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
email.txt Doc'd send_email() behavior when from_email is None. 2020-04-30 12:45:43 +02:00
external-packages.txt
files.txt Fixed #28184 -- Allowed using a callable for FileField and ImageField storage. 2020-04-08 11:26:17 +02:00
index.txt
install.txt
logging.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
migrations.txt Improved docs on migration reversibility. (#12619) 2020-03-25 14:37:54 +01:00
pagination.txt
performance.txt
security.txt Added link to Mozilla's infosec page on web security. 2020-04-22 16:26:15 +02:00
serialization.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
settings.txt
signals.txt Fixed #31327 -- Deprecated providing_args argument for Signal. 2020-03-05 09:38:52 +01:00
signing.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
templates.txt Fixed #25712 -- Reorganized templates docs. 2020-04-30 08:12:09 +02:00