Ashwin Dharne
|
5762b839ff
|
Fixed typo in docs/topics/db/fixtures.txt.
|
2023-06-16 19:34:06 +02:00 |
|
Mariusz Felisiak
|
06881341d4
|
Refs #30220 -- Bumped required version of Selenium to 3.8.0.
Follow up to 8d010f3986 .
|
2023-06-13 10:12:52 +02:00 |
|
Akash Kumar Sen
|
5f2308710b
|
Fixed #30355 -- Doc'd interaction between custom managers and prefetch_related().
|
2023-06-07 11:48:01 +02:00 |
|
Mariusz Felisiak
|
1136aa5005
|
Refs #23528 -- Made cosmetic edits to swappable_dependency() docs.
|
2023-06-03 12:01:15 +02:00 |
|
DevilsAutumn
|
7d96ce68ae
|
Fixed #23528 -- Doc'd django.db.migrations.swappable_dependency().
|
2023-06-02 20:57:41 +02:00 |
|
Ben Lomax
|
23abec9192
|
Refs #31949 -- Made @no_append_slash decorator to work with async functions.
|
2023-05-23 10:04:41 +02:00 |
|
Sarah Boyce
|
c3862735cd
|
Fixed references to django.core.cache in docs.
|
2023-05-22 14:02:01 +02:00 |
|
Ben Lomax
|
00f5d2d110
|
Refs #31949 -- Made @xframe_options_(deny/sameorigin/exempt) decorators to work with async functions.
|
2023-05-20 15:52:00 +02:00 |
|
HappyDingning
|
674c23999c
|
Fixed #34565 -- Added support for async checking of user passwords.
|
2023-05-18 09:39:04 +02:00 |
|
Mariusz Felisiak
|
fb4c55d9ec
|
Fixed CVE-2023-31047, Fixed #31710 -- Prevented potential bypass of validation when uploading multiple files using one form field.
Thanks Moataz Al-Sharida and nawaik for reports.
Co-authored-by: Shai Berger <shai@platonix.com>
Co-authored-by: nessita <124304+nessita@users.noreply.github.com>
|
2023-05-03 13:42:00 +02:00 |
|
Ran Benita
|
506f93f0c3
|
Fixed #34530 -- Improved docs when customizing storage for FileField.
|
2023-05-02 15:32:24 -03:00 |
|
Ben Lomax
|
4dfc6ff8a8
|
Refs #31949 -- Made @never_cache and @cache_control() decorators to work with async functions.
Thanks Carlton Gibson and Mariusz Felisiak for reviews.
|
2023-04-25 10:08:03 +02:00 |
|
Mariusz Felisiak
|
c487634c10
|
Added meaningful titles to ..admonition:: directives.
|
2023-04-21 12:03:59 +02:00 |
|
Mariusz Felisiak
|
498195bda4
|
Improved examples in docs about raw SQL queries.
Regression in 14459f80ee .
|
2023-04-20 12:24:33 +02:00 |
|
Tim Graham
|
2c4dc64760
|
Used extlinks for PyPI links.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2023-04-17 06:55:32 +02:00 |
|
Yahya Ali
|
263db8af46
|
Fixed #34463 -- Corrected code-block directives in docs.
Thanks ExTexan for the report.
|
2023-04-06 13:08:12 +02:00 |
|
th3nn3ss
|
1d1ddffc27
|
Fixed #33738 -- Allowed handling ASGI http.disconnect in long-lived requests.
|
2023-04-03 14:01:48 +02:00 |
|
David Smith
|
cad376f844
|
Fixed #34077 -- Added form field rendering.
|
2023-03-24 10:16:30 +01:00 |
|
Jesper Olsson
|
216eb63883
|
Fixed #34409 -- Doc'd limitation of dictfetchall() and namedtuplefetchall() examples.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2023-03-22 19:20:58 +01:00 |
|
Carlton Gibson
|
b00046d2c2
|
Doc'd use of asgiref.sync adapters with sensitive variables.
|
2023-03-22 14:36:42 +01:00 |
|
amirsoroush
|
6087bc4e15
|
Fixed typo in docs/topics/class-based-views/mixins.txt.
|
2023-03-22 08:35:24 +01:00 |
|
T. Franzel
|
a2eaea8f22
|
Fixed #34388 -- Allowed using choice enumeration types directly on model and form fields.
|
2023-03-21 19:44:41 +01:00 |
|
David Wobrock
|
2396933ca9
|
Fixed #34384 -- Fixed session validation when rotation secret keys.
Bug in 0dcd549bbe .
Thanks Eric Zarowny for the report.
|
2023-03-08 10:48:04 +01:00 |
|
Jon Janzen
|
e846c5e724
|
Fixed #31920 -- Made AuthenticationMiddleware add request.auser().
|
2023-03-07 13:11:22 +01:00 |
|
Jon Janzen
|
e83a88566a
|
Fixed #32172 -- Adapted signals to allow async handlers.
co-authored-by: kozzztik <kozzztik@mail.ru>
co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
|
2023-03-07 08:39:25 +01:00 |
|
django-bot
|
14459f80ee
|
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2023-03-01 13:03:56 +01:00 |
|
Mariusz Felisiak
|
9cf2a5df70
|
Refs #34140 -- Made minor edits to rst code-blocks.
|
2023-03-01 13:02:54 +01:00 |
|
Joseph Victor Zammit
|
ba755ca131
|
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
|
2023-02-28 12:21:37 +01:00 |
|
David Smith
|
3cc7a92189
|
Refs #32339 -- Doc'd setting a form's template_name is recomended over using as_* methods.
|
2023-02-15 10:26:31 +01:00 |
|
David Smith
|
232b60a21b
|
Refs #32339 -- Updated docs to reflect default <div> style form rendering in Django 5.0.
Follow up to 98756c685e .
|
2023-02-15 10:14:09 +01:00 |
|
David Smith
|
4038a8df0b
|
Refs #32339 -- Doc'd BaseFormSet.as_div()
|
2023-02-15 09:24:08 +01:00 |
|
Carlton Gibson
|
ce8189eea0
|
Fixed #34328 -- Added async-only class-based middleware example.
|
2023-02-14 14:06:42 +01:00 |
|
Sarah Boyce
|
1eb94bc8da
|
Fixed #29994 -- Added warning about performance of FileBasedCache with a large number of files.
Co-authored-by: sheenarbw <699166+sheenarbw@users.noreply.github.com>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
2023-02-13 21:09:19 +01:00 |
|
Carlton Gibson
|
534ac48297
|
Refs #34140 -- Applied rst code-block to non-Python examples.
Thanks to J.V. Zammit, Paolo Melchiorre, and Mariusz Felisiak for
reviews.
|
2023-02-10 19:19:13 +01:00 |
|
Willem Van Onsem
|
292aacaf6c
|
Fixed #34311 -- Updated serialization docs from unique_together to UniqueConstraint.
|
2023-02-09 05:28:03 +01:00 |
|
Marcelo Galigniana
|
7c6195ef81
|
Fixed #34310 -- Added deletion example to one-to-one topic.
|
2023-02-07 08:04:23 +01:00 |
|
Durval Carvalho
|
40217d1a82
|
Fixed #34180 -- Added note about resetting language in test tear-downs.
Co-authored-by: Faris Naimi <farisfaris66@gmail.com>
|
2023-01-31 06:35:30 +01:00 |
|
fschwebel
|
0265b1b49b
|
Fixed typo in docs/topics/auth/passwords.txt.
Wrapped hashing is only possible if the inner wrapped function is the
same as the previous hasher.
|
2023-01-30 08:31:39 +01:00 |
|
Mariusz Felisiak
|
3bbe22dafc
|
Fixed #34233 -- Dropped support for Python 3.8 and 3.9.
|
2023-01-18 09:46:01 +01:00 |
|
Mariusz Felisiak
|
71d1203b07
|
Refs #33348 -- Removed support for passing response object and form/formset name to SimpleTestCase.assertFormError()/assertFormSetError().
Per deprecation timeline.
|
2023-01-17 11:49:15 +01:00 |
|
Mariusz Felisiak
|
9a01311d20
|
Refs #15619 -- Removed support for logging out via GET requests.
Per deprecation timeline.
|
2023-01-17 11:49:15 +01:00 |
|
Mariusz Felisiak
|
b119f4329c
|
Refs #29708 -- Removed PickleSerializer per deprecation timeline.
|
2023-01-17 11:49:15 +01:00 |
|
Mariusz Felisiak
|
e6f82438d4
|
Refs #32365 -- Removed support for pytz timezones per deprecation timeline.
|
2023-01-17 11:49:15 +01:00 |
|
Mariusz Felisiak
|
8d98f99a4a
|
Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.
|
2023-01-17 11:49:15 +01:00 |
|
Mariusz Felisiak
|
43b01300b7
|
Refs #32655 -- Removed extra_tests argument for DiscoverRunner.build_suite()/run_tests().
Per deprecation timeline.
|
2023-01-17 11:49:15 +01:00 |
|
Mariusz Felisiak
|
602d9a312f
|
Refs #32379 -- Changed default USE_TZ to True.
Per deprecation timeline.
|
2023-01-17 11:49:15 +01:00 |
|
Mariusz Felisiak
|
6c0539ed7c
|
Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.
|
2023-01-17 11:49:15 +01:00 |
|
Mariusz Felisiak
|
490cccbe7e
|
Removed versionadded/changed annotations for 4.1.
|
2023-01-17 11:49:15 +01:00 |
|
sarahboyce
|
0fbdb9784d
|
Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.
Co-authored-by: Christian Bundy <me@christianbundy.com>
|
2023-01-16 09:31:34 +01:00 |
|
Jarosław Wygoda
|
32940d390a
|
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
|
2023-01-12 09:58:36 +01:00 |
|