| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
uuid-ossp was already installed.
|
|
redirects in test client.
|
|
following HTTP 307/308 redirects in test client.
|
|
|
|
|
|
with not selected columns.
|
|
|
|
queryset.
|
|
|
|
|
|
on base fields removal.
Removing a base field must take place before adding a new inherited
model that has a field with the same name.
|
|
admin check.
|
|
|
|
|
|
Override setting instead of skipping.
Use translation override context manager to avoid language leaking.
|
|
|
|
Thanks Adam Johnson for the report.
Regression in 7acef095d73322f45dcceb99afa1a4e50b520479.
|
|
stacklevel=2.
Use stacklevel=2 to show the calling site.
|
|
|