| Age | Commit message (Collapse) | Author |
|
Unused since 233708fb683ae2c1cf3e4c00edc2e4842d99a42d.
|
|
|
|
templates.
|
|
|
|
DatabaseFeatures.introspected_field_types.
CockroachDB introspects CharField as TextField and IntegerField as
BigIntegerField.
|
|
|
|
DatabaseFeatures.introspected_field_types.
|
|
|
|
|
|
|
|
|
|
|
|
Follow up to 2c82414914ae6476be5a166be9ff49c24d0d9069.
|
|
|
|
This prevents raising errors for translated docs, see
https://github.com/django/djangoproject.com/issues/997
Follow up to 1cdfe8d91215eefaa18c398069dd9c6879a9511d.
|
|
|
|
|
|
|
|
|
|
|
|
expression.
|
|
|
|
|
|
|
|
No need for the example to be ASP specific.
Co-authored-by: Noah Kantrowitz <noah@coderanger.net>
|
|
|
|
|
|
ClearableFileInput.
|
|
command directories."
This reverts commit ccc25bfe4f0964a00df3af6f91c2d9e20159a0c2.
https://groups.google.com/d/topic/django-developers/GVHMH2ciAnk/discussion
|
|
|
|
|
|
language variants with different plural equations.
Regression in e3e48b00127c09eafe6439d980a82fc5c591b673.
Thanks to Shai Berger for report, reproduce and suggested fix.
|
|
|
|
|
|
|
|
Without the leading slash, was pointing to Python's FAQ
https://docs.python.org/3/faq/index.html.
|
|
|
|
Regression in c7dd8490b882b2cefdc7faf431dc64c532b79c9.
|
|
|
|
|
|
|
|
The view does not contain any other JavaScript and therefore does not
have any user facing JavaScript strings to translate. Avoid the HTTP
request.
|
|
Async exception handling was raising an exception that was creating a
cycle in the exception chain (by re-raising an exception in
sync_to_async that was already being handled).
Thanks Chris Jerdonek for detailed analysis.
|
|
This adds also suggested filename for many built-in operations.
|
|
|
|
|
|
|
|
Co-Authored-By: Andy Chosak <andy@chosak.org>
|
|
|
|
- Don't try to create an existing extension.
- Don't try to drop a nonexistent extension.
|