0
0
mirror of https://github.com/django/django.git synced 2024-11-22 03:18:31 +01:00
django/docs/topics
Lorenzo Peña 91c879eda5
Fixed #35784 -- Added support for preserving the HTTP request method in HttpResponseRedirectBase.
Co-authored-by: Natalia <124304+nessita@users.noreply.github.com>
2024-11-14 15:53:49 -03:00
..
auth Fixed #17430 -- Documented access to the Django admin when using a custom auth backend. 2024-11-14 10:29:32 +01:00
class-based-views Fixed #35631 -- Added HttpRequest.get_preferred_type(). 2024-09-09 12:02:18 +02:00
db Fixed #35887 -- Added imports and admin.site.register to non-partial admin inline doc examples. 2024-11-14 12:09:50 +01:00
forms Fixed #35843 -- Clarified formset docs about reordering forms. 2024-11-13 15:14:16 -03:00
http Fixed #35784 -- Added support for preserving the HTTP request method in HttpResponseRedirectBase. 2024-11-14 15:53:49 -03:00
i18n Dropped safeguards against very old versions of gettext. 2024-08-30 13:39:04 +02:00
testing Fixed #35660 -- Made serialized_rollback and fixture data available in TransactionTestCase.setUpClass(). 2024-09-17 09:53:46 +02:00
async.txt
cache.txt
checks.txt
conditional-view-processing.txt
email.txt Fixed #35864 -- Documented EmailMessage.connection is ignored when using send_messages(). 2024-10-30 11:20:52 +01:00
external-packages.txt
files.txt
index.txt
install.txt Relocated database setup details to install docs to simplify tutorial 2. 2024-07-04 15:30:52 -03:00
logging.txt
migrations.txt
pagination.txt
performance.txt Used :pypi: role in docs where appropriate. 2024-08-05 10:35:50 -03:00
security.txt
serialization.txt Fixed #29522 -- Refactored the Deserializer functions to classes. 2024-09-17 11:00:49 +02:00
settings.txt
signals.txt
signing.txt Updated sign() outputs in Cryptographic signing docs. 2024-09-25 19:52:18 +02:00
templates.txt