13 Commits
Author SHA1 Message Date
Jeremy StretchandGitHub b532435a6d Closes #14436: Add indexes for all GenericForeignKey fields (#14463)
* Closes #14436: Add PostgreSQL indexes for all GenericForeignKeys

* Add note about GFK indexes to developer docs
2023-12-07 14:02:51 -05:00
jeremystretch 216d8d24b8 Add note to update model's SearchIndex 2022-11-16 16:40:01 -05:00
jeremystretch 806706ca1d Refresh development documentation 2021-12-15 16:31:06 -05:00
slowy07 83f70dc28c fix: typo spelling grammar
Signed-off-by: slowy07 <[email protected]>
2021-09-02 12:01:43 +07:00
jeremystretch 8a7473765e Remove obsolete reference to csv_headers 2021-06-09 16:10:41 -04:00
jeremystretch 3ec6194a47 Remove obsolete to_csv() methods 2021-06-09 15:08:49 -04:00
Jeremy Stretch 6d379ad029 Refresh development documentation 2020-11-18 10:07:39 -05:00
Jeremy Stretch 7defa22b0b Remove reference to choices API endpoints 2020-06-30 15:55:15 -04:00
Jeremy Stretch a7c133daa6 Reset documentation hierarchy 2020-03-05 17:23:56 -05:00
Jeremy Stretch 509a115f68 Extend section regarding test adaptation 2020-01-10 12:24:47 -05:00
John Anderson ade844f7a7 fixes #3428 - caching invalidation issues
Mitgate invalidation issues by using prefetch_related instead of select_related.
Also use invalidated_update instead of just update.
2019-08-19 01:53:39 -04:00
Jeremy Stretch 4e3567659a Add reminder to update static field choices 2018-12-04 15:19:38 -05:00
Jeremy Stretch 5785fb6ba2 Added development docs for extending a model 2018-11-12 13:59:58 -05:00