andi
(andi)
Most Active Role
N/A
Most Active Component
Internationalization
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (155) | Reporter (1) | Owner (0) | Commenter (15) | Summary | Component |
---|---|---|---|---|---|---|
34699 | 34699 | Filtering on annotated TruncSecond expression gives unexpected result. | Database layer (models, ORM) | |||
34262 | 34262 | Queryset grouped by annotation with aggregates on another annotated expression crashes on MySQL with sql_mode=only_full_group_by. | Database layer (models, ORM) | |||
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
27236 | 27236 | Deprecate Model.Meta.index_together in favour of Model.Meta.indexes | Database layer (models, ORM) | |||
34533 | 34533 | OuterRef not resolved as part of ORDER BY clause | Database layer (models, ORM) | |||
34555 | 34555 | ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ | Database layer (models, ORM) | |||
34855 | 34855 | Document CSRF_TRUSTED_ORIGINS relation to SECURE_PROXY_SSL_HEADER. | Documentation | |||
34703 | 34703 | TypeError: unhashable type: Netmiko Django | Utilities | |||
34643 | 34643 | Move admin form labels to a more accessible place | contrib.admin | |||
34654 | 34654 | Post-normalization performed on the Username field leading to the bypass of the whitespace stripping | contrib.auth | |||
34211 | 34211 | Performance regression in ForeignKeyDeferredAttribute changes. | Database layer (models, ORM) | |||
34853 | 34853 | Accept-Language Header takes precedence over cookie for format localization | Internationalization | |||
34059 | 34059 | Validation of check constraints on JSONField key transforms with None produces invalid SQL on PostgreSQL. | Database layer (models, ORM) | |||
14974 | 14974 | 1 | Add support for translation backends other than gettext | Internationalization | ||
27325 | 27325 | Offer a solution for static file serving suitable for production use | Core (Other) | |||
34339 | 34339 | Allow overriding construct_search(). | contrib.admin | |||
27225 | 27225 | "age" header is not set for responses taken from cache. | HTTP handling | |||
34961 | 34961 | Add a max_length parameter to EmailValidator | Core (Other) | |||
34036 | 34036 | Low text contrast over light blue backgrounds in admin light theme | contrib.admin | |||
34830 | 34830 | csrf_failure and bad_request views missing context processors | Core (Other) | |||
34997 | 34997 | The name argument is ignored when creating url path using the include() function. | Core (URLs) | |||
34818 | 34818 | GenericIPAddressField ValidationError incorrect message when both protocols present | Database layer (models, ORM) | |||
34984 | 34984 | Adding a field with default crashes for models with GeneratedField on SQLite. | Database layer (models, ORM) | |||
34963 | 34963 | Recursive and other "combinator" queries broken in django-cte | Uncategorized | |||
34941 | 34941 | db_default with decimal.Decimal() doesn't return Decimal instances on Oracle. | Database layer (models, ORM) | |||
34930 | 34930 | Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used | Testing framework | |||
34926 | 34926 | Missing model after squashing | Migrations | |||
34840 | 34840 | Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes | Database layer (models, ORM) | |||
34849 | 34849 | Appending django.contrib.postgres to the INSTALLED_APPS via @modify_settings crashes. | Database layer (models, ORM) | |||
34706 | 34706 | Aggregation on annotated field fails starting on Django 4.2.2, when the aggregation has the same name as the annotation | Uncategorized | |||
34820 | 34820 | Migrations crashes when changing ForeignObject properties. | Database layer (models, ORM) | |||
34210 | 34210 | Show the duration of individual tests | Testing framework | |||
34805 | 34805 | 'Q' object has no attribute 'replace_expressions' | Database layer (models, ORM) | |||
34802 | 34802 | django.contrib.admin.actions.delete_selected() should return number of rows deleted via ModelAdmin.delete_queryset() | contrib.admin | |||
34794 | 34794 | Multiple file upload issue | File uploads/storage | |||
34793 | 34793 | Django ORM returns None when field has value in BD | Database layer (models, ORM) | |||
34785 | 34785 | Contribution guide comes out non successful | Error reporting | |||
34772 | 34772 | Exception with psycopg3 binary package on Ubuntu 20.04 | Database layer (models, ORM) | |||
34776 | 34776 | Issue with maintaining condition order and join promotion in add_q method | Database layer (models, ORM) | |||
34686 | 34686 | Confirm/Add support for GEOS 3.12. | GIS | |||
34735 | 34735 | About form validation | Forms | |||
34721 | 34721 | ChoiceField/TypedChoiceField: .value() has inconsistent behaviour, coercion not applied. | Forms | |||
34711 | 34711 | Make ChoiceField auto-detect and coerce values. | Forms | |||
34708 | 34708 | db_index=True doesn't apply on MySQL. | Database layer (models, ORM) | |||
34263 | 34263 | File validators for MIME type, size, and extension. | File uploads/storage | |||
34668 | 34668 | Unvalidated Redirect from "PATH_INFO" URI Parameter on "/admin/auth/group/{n}/change/" page. | Uncategorized | |||
34666 | 34666 | Mysql issue using afirst "The client was disconnected by the server because of inactivity" | Database layer (models, ORM) | |||
27079 | 27079 | Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() | Testing framework | |||
34647 | 34647 | Foreign Key index names are not renamed when a model is renamed causing duplicate key if a model with the origin name and column is added | Migrations | |||
34539 | 34539 | `get_prep_value` no longer called for JSONField | Database layer (models, ORM) | |||
34631 | 34631 | Expression.identity() performance | Database layer (models, ORM) | |||
34602 | 34602 | Fail gettext when no translation file is found or when no msgid is found in the given translation file | Internationalization | |||
34635 | 34635 | ModelChoiceField with a to_attr that can have an EMPTY_VALUE | Forms | |||
34564 | 34564 | returning None instead of zero in Count annotation | Database layer (models, ORM) | |||
34589 | 34589 | exclude does not support nested ForeignKey relationship | Database layer (models, ORM) | |||
34573 | 34573 | Typo in "Writing your first Django app, part 5" - assertQuerysetEqual() | Testing framework | |||
34322 | 34322 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | |||
34521 | 34521 | Use __slots__ for template Node classes | Template system | |||
34519 | 34519 | Don't send content in responses to HEAD requests | Uncategorized | |||
34455 | 34455 | i18n_patterns() not respecting prefix_default_language=False | Internationalization | |||
34383 | 34383 | Layout error in Admin when using help_text | Template system | |||
34388 | 34388 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | |||
34408 | 34408 | Authorization in Custom Authentication Backend does not work | contrib.auth | |||
34398 | 34398 | Django should automatically run migrations on in-memory SQLite DB | Database layer (models, ORM) | |||
34390 | 34390 | NoReverseMatch at /admin/logout/ | contrib.admin | |||
34251 | 34251 | Paginator should warn if ordering is not deterministic | Core (Other) | |||
34239 | 34239 | Resolve load type-hinted objects in views | Generic views | |||
34063 | 34063 | request.POST not populated for multipart/form-data via AsyncClient | Testing framework | |||
34225 | 34225 | bulk_create() raises IntegrityError when another constraint exists on set of fields. | Database layer (models, ORM) | |||
34205 | 34205 | Validation of constraints with __len lookup crashes for ArrayFields. | Database layer (models, ORM) | |||
34194 | 34194 | Extract function for generating proper Content-Disposition headers | HTTP handling | |||
34196 | 34196 | 1 | contrib.postgres search tests failing | contrib.postgres | ||
34195 | 34195 | Duplicate Records created when specifying None as a target in a custom ManyToManyField | Database layer (models, ORM) | |||
34160 | 34160 | Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. | Database layer (models, ORM) | |||
34189 | 34189 | Code in Tutorial does not work because of a ',' | Documentation | |||
34155 | 34155 | ModelAdmin.render_change_form does not lowercase the app_label when setting template directories | contrib.admin | |||
34080 | 34080 | __exact lookup on nested arrays with None values fails on PostgreSQL. | contrib.postgres | |||
34094 | 34094 | RTL alignment is off in admin header area | contrib.admin | |||
34058 | 34058 | Widening AutoField to BigAutoField, fails to widen the sequence. | Database layer (models, ORM) | |||
34048 | 34048 | Do not add cache control header if is set to false or a falsy value | Utilities | |||
34029 | 34029 | Use case that require QuerySet.extra | Database layer (models, ORM) | |||
34008 | 34008 | UpdateView failed to obtain the request data for the PUT request mode | HTTP handling | |||
34000 | 34000 | Fix numberformat.py "string index out of range" when null | Utilities | |||
34002 | 34002 | PasswordResetView should work with AbstractBaseUser subclasses without is_active field. | contrib.auth | |||
14092 | 14092 | ImageField should allow SVG | Database layer (models, ORM) | |||
27064 | 27064 | Implement RenameIndex in a backwards compatible way | Migrations | |||
27961 | 27961 | Misconfigured SECURE_PROXY_SSL_HEADER setting is ignored | HTTP handling | |||
14586 | 14586 | Make interpolate JS function not require the named parameter. | Internationalization | |||
14296 | 14296 | 'manage.py test' failing for apps that access read-only databases | Testing framework | |||
27936 | 27936 | Add some clarifications to "Spanning multi-valued relationships" | Documentation | |||
27149 | 27149 | Allow using a subquery in QuerySet.filter() | Database layer (models, ORM) | |||
27686 | 27686 | calls to request.user.is_authenticated returns vary by cookie header for all users | contrib.sessions | |||
27370 | 27370 | Django's Select widget adds a required="required" attribute, even if created with empty_label=True | Forms | |||
27164 | 27164 | Database routers examples could be more realistic | Documentation | |||
14675 | 14675 | Update docs and project template to avoid "import *" for url patterns | Core (Other) | |||
27025 | 27025 | Python 3.6 compatibility | Core (Other) | |||
14642 | 14642 | save_as=True and generic inline in admin gives IndexError | contrib.contenttypes | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
27931 | 27931 | Clarify the meaning of "django catch-all logger" | Documentation | |||
27258 | 27258 | 2 | Raise an exception if RequestContext is used with template.backends.django.Template.render() | Template system | ||
27303 | 27303 | Selecting multiple admin list_filters across relations return results that don't match both filters | contrib.admin | |||
27539 | 27539 | assertNumQueries fails if debug cursor wrapper fills | Testing framework | |||
27834 | 27834 | Add the STRPOS database function | Database layer (models, ORM) | |||
27919 | 27919 | Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code | Forms | |||
27890 | 27890 | runtests.py cleanup exception on Python 3.6 | Core (Other) | |||
27825 | 27825 | Document that models don't cast field values to the same type that's retrieved from the database | Documentation | |||
27742 | 27742 | Unexpected migration on Parent -> child model inheritence | Migrations | |||
27797 | 27797 | dumpdata generate a backup not usable with loaddata using MySQL | Core (Serialization) | |||
27130 | 27130 | Allow using the DjangoTemplates engine without configuring settings | Template system | |||
27781 | 27781 | simplify_regex() doesn't remove ? characters | contrib.admindocs | |||
27763 | 27763 | Docs: check invalid csrftoken on CSRF_FAILURE_VIEW | Documentation | |||
27757 | 27757 | The link of the "view_on_site" button is not formed according to the returning result of the "get_absolute_url" method. | contrib.admin | |||
27672 | 27672 | Trouble saving specificly shaped GeometryCollection to spatialite backend | GIS | |||
27295 | 27295 | Add a system check to prohibit models that start with an underscore | Core (System checks) | |||
27476 | 27476 | model Integer fields (and derivatives) do not raise a ValidationError while other types do | Database layer (models, ORM) | |||
27200 | 27200 | Provide makemigrations router.allow_migrate() with a model_name | Migrations | |||
27364 | 27364 | DATE_INPUT_FORMATS is not working | Database layer (models, ORM) | |||
27280 | 27280 | can_order/can_delete documentation examples don't require initial data | Documentation | |||
27298 | 27298 | Unclear "after each test" wording in the documentation | Documentation | |||
27255 | 27255 | Change test runner to display full dotted name of test | Testing framework | |||
27145 | 27145 | Discrepenacy between documentation and docstring for Storage.save method | Documentation | |||
27058 | 27058 | Reallow the {% for %} tag to unpack any iterable | Template system | |||
14415 | 14415 | Multiple aliases for one database: testing problems | Testing framework | |||
14273 | 14273 | Development server does not shutdown cleanly | Core (Other) | |||
14760 | 14760 | Admin inlines with file/image field fails to save_as | contrib.admin | |||
14705 | 14705 | Model Field Order not influenced by MRO of superclasses | Database layer (models, ORM) | |||
14282 | 14282 | Add Guatemala to Localflavors | contrib.localflavor | |||
14400 | 14400 | Latvian localflavor | contrib.localflavor | |||
15933 | 15933 | ✅ | 2 | mysql inspectdb loosing primary_key information | Core (Management commands) | |
14301 | 14301 | 2 | django crashes on email address that passed validate_email() (utf8-tld) | Core (Mail) | ||
14405 | 14405 | 4 | problem in login view | contrib.auth | ||
14524 | 14524 | Accessing /static/ in a new project shows simplistic 404 error page | Contrib apps | |||
14386 | 14386 | Standardize Site/RequestSite access; looser coupling of sites framework in contrib | Contrib apps | |||
342 | 342 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | |||
689 | 689 | Honor Web server provided authentication | Core (Other) | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
14105 | 14105 | 2 | django.contrib.auth tests failing with cache middleware | Core (Cache system) | ||
14635 | 14635 | Documentation improvement on setting up django with OpenBSD | Documentation | |||
14818 | 14818 | cycle tag is not safe | Template system | |||
14443 | 14443 | Oracle backend returns wrong test database name | Database layer (models, ORM) | |||
14510 | 14510 | Django admin doesn't consider settings.LOGIN_REDIRECT_URL | Contrib apps | |||
14440 | 14440 | Conversion of mail tests from doctest to unittests | Testing framework | |||
919 | 919 | [patch] Implement `random` template tag | Template system | |||
566 | 566 | No mention about using quotes to ignore variable resolution in templates. | contrib.admin | |||
315 | 315 | verbose_name_plural should be used in admin URLs | contrib.admin | |||
117 | 117 | Site search and/or Trac search for djangoproject.com | *.djangoproject.com | |||
21 | 21 | FileUploadField should allow for manual filename entry | contrib.admin | |||
952 | 952 | 1 | [patch] Allow for database client encoding configuration from project settings | Database layer (models, ORM) | ||
527 | 527 | OneToOne relations are broken since new model style released | Metasystem | |||
648 | 648 | [patch] Add a comment tag like {# commented #} | Template system | |||
768 | 768 | tests errors on winxp | Core (Other) | |||
78 | 78 | Add a test suite for core functionality | Tools | |||
751 | 751 | Swedish translation | Translations | |||
678 | 678 | I would like to see a tutorial describing how to edit One-To-Many relationships | Documentation | |||
378 | 378 | django-admin.py should give feedback | Tools |