arty
(arty)
Most Active Role
N/A
Most Active Component
Contrib.Contenttypes
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (122) | Reporter (1) | Owner (0) | Commenter (10) | Summary | Component |
---|---|---|---|---|---|---|
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
27880 | 27880 | Use __set_name__ to replace some usages of contribute_to_class. | Database layer (models, ORM) | |||
27452 | 27452 | Add Postgres serial field to contrib.postgres | contrib.postgres | |||
34555 | 34555 | ModelBase metaclass implementation prevents addition of model fields via __init_subclass__ | Database layer (models, ORM) | |||
27617 | 27617 | Add contributor facing documentation for the ORM | Documentation | |||
34613 | 34613 | add support for Partitioned cookies | HTTP handling | |||
14974 | 14974 | Add support for translation backends other than gettext | Internationalization | |||
27460 | 27460 | Allow declaring a GenericRelation from an abstract model to another abstract model | Database layer (models, ORM) | |||
27055 | 27055 | Model form with geometry widgets has invalid html | GIS | |||
34830 | 34830 | csrf_failure and bad_request views missing context processors | Core (Other) | |||
34978 | 34978 | Annotating through an aggregate with RawSQL() raises 1056 "Can't group on" on MySQL/MariaDB. | Database layer (models, ORM) | |||
34972 | 34972 | Aggregate with CombinedExpression resulting in NotImplemented instead of None after update from 3.2 -> 4.2 | Database layer (models, ORM) | |||
34930 | 34930 | 8 | Parallel tests fail on Python 3.11+ when IsolatedAsyncioTestCase is used | Testing framework | ||
34924 | 34924 | Example for squashmigration not working properly | Migrations | |||
34916 | 34916 | Add support for brotli compression | HTTP handling | |||
34043 | 34043 | Doc "Writing your first patch for Django" doesn't explain how to contribute to the admin UI | Documentation | |||
34798 | 34798 | Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. | Database layer (models, ORM) | |||
34499 | 34499 | In tutorial part08, Django debug toolbar shows up in admin site but not in public site | Documentation | |||
34845 | 34845 | Slow query when using exclude | Database layer (models, ORM) | |||
34829 | 34829 | Django reports the “mutually exclusive” error for settings that do not contain STATICFILES_STORAGE. | File uploads/storage | |||
34730 | 34730 | Add an assertMessages assertion | contrib.messages | |||
34768 | 34768 | Calling `colorama.init()` on module load can have unwanted side effects | Core (Management commands) | |||
34210 | 34210 | Show the duration of individual tests | Testing framework | |||
34773 | 34773 | settings.STATICFILES_STORAGE does not return correct value when STORAGES are defined | contrib.staticfiles | |||
34263 | 34263 | File validators for MIME type, size, and extension. | File uploads/storage | |||
34600 | 34600 | Review reference to bleach in docs | Documentation | |||
27925 | 27925 | Document how to deploy using pip installed mod_wsgi | Documentation | |||
34322 | 34322 | ManifestStaticFilesStorage crashes on commented JavaScript import statements | contrib.staticfiles | |||
34563 | 34563 | ManifestStaticFilesStorage support for CSS module scripts in Javascript files. | contrib.staticfiles | |||
34531 | 34531 | Rendering form throws deprecation warning | Forms | |||
34501 | 34501 | Revert CICharField deprecation | contrib.postgres | |||
34493 | 34493 | wrong translation | Database layer (models, ORM) | |||
34447 | 34447 | Support backgroup async repeat task. just like fastapi_utils.tasks.repeat_every | Core (Other) | |||
34436 | 34436 | `makemigrations --check` fails with error code 1 if system checks identify warnings | Migrations | |||
34388 | 34388 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | |||
34327 | 34327 | Test client session does not work as described when using signed cookie engine | Testing framework | |||
34329 | 34329 | django-formset new app - i am facing the issue Uncaught (in promise) SyntaxError: JSON.parse | Forms | |||
34326 | 34326 | Standardize case for commands | Core (Management commands) | |||
34146 | 34146 | Add tutorial step for installing third party package(s) | Documentation | |||
34275 | 34275 | Add new Field named FieldAlias | Database layer (models, ORM) | |||
34237 | 34237 | FileField does not take upload_to into account when setting unique=True | File uploads/storage | |||
34246 | 34246 | Feature: Add new type of fields - cryptofields | Database layer (models, ORM) | |||
34239 | 34239 | Resolve load type-hinted objects in views | Generic views | |||
34203 | 34203 | Drop support for psycopg2 2.8 | Database layer (models, ORM) | |||
34190 | 34190 | Add a dump and die function to Django | Utilities | |||
34152 | 34152 | Add the ability to store logs in a table | Utilities | |||
34159 | 34159 | Django potential improvement - views decorator for http_timeout with auto retry | HTTP handling | |||
34134 | 34134 | Add DynamoDB engine to sessions middleware | contrib.sessions | |||
34076 | 34076 | Native support for SurrealDB | Database layer (models, ORM) | |||
34055 | 34055 | InlineModelAdmin and permissions on the instances shown in the in-line | contrib.admin | |||
34017 | 34017 | Mention that when using Argon2PasswordHasher, this means Argon2id gets used | Documentation | |||
14092 | 14092 | ImageField should allow SVG | Database layer (models, ORM) | |||
27753 | 27753 | Cleanups when no supported version of Django supports Python 2 anymore | Utilities | |||
27864 | 27864 | Limit the number of terms in an admin search | contrib.admin | |||
27734 | 27734 | Add a helpful error message when a parallel test worker is assigned an unexpected index | Testing framework | |||
27417 | 27417 | Migration to change model field case crashes on Oracle | Migrations | |||
27666 | 27666 | Delay rendering of models in migration operations when possible | Migrations | |||
27164 | 27164 | Database routers examples could be more realistic | Documentation | |||
27391 | 27391 | Support unittest.TestCase.debug() method. | Testing framework | |||
27921 | 27921 | Documentation of make_aware() with is_dst is misleading | Documentation | |||
27685 | 27685 | Allow autoreloader to use watchman | Utilities | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
27639 | 27639 | Add a chunk size argument to QuerySet.iterator() | Database layer (models, ORM) | |||
27876 | 27876 | Documentation error for installing tests/requirements/py3.txt | Documentation | |||
27751 | 27751 | Teardown of a PG test database fails if it is an autogenerated test_MYDB database | Testing framework | |||
27359 | 27359 | Make it possible to specify a default template engine | Template system | |||
27365 | 27365 | Fields suddenly not found. | Database layer (models, ORM) | |||
27913 | 27913 | Admin calendar failed | contrib.admin | |||
27883 | 27883 | "Vertical" polymorphism of models | Database layer (models, ORM) | |||
27135 | 27135 | Standardise type value returned by introspection.get_constraints for indexes | Database layer (models, ORM) | |||
27837 | 27837 | After upgrade 1.4 to 1.8 in the database creats (or updates) mixed objects with old | Uncategorized | |||
27733 | 27733 | ClearableFileInput widget renders incorrectly | Forms | |||
27689 | 27689 | FileSystemStorage().get_valid_name() may return empty string | File uploads/storage | |||
27691 | 27691 | Avoid `logger=logging.getLogger(__name__)` | Uncategorized | |||
27680 | 27680 | Recommend ccbv.co.uk in class-based views docs | Documentation | |||
27664 | 27664 | Manager.contribute_to_class() is called with abstract model rather than concrete model | Database layer (models, ORM) | |||
27677 | 27677 | Disable savepoint support for MySQL NDB engine tables, and option to overwrite the default. | Database layer (models, ORM) | |||
27647 | 27647 | runserver segfaults with autoreload enabled on Windows 10 | Core (Management commands) | |||
27627 | 27627 | OneToOneField doesn't allow multiple records with NULL value on Microsoft SQL Server | Database layer (models, ORM) | |||
27609 | 27609 | gettext_lazy cast to str/unicode errors under py 2.7 if performed after language activation. | Core (System checks) | |||
27568 | 27568 | Add new Entropy Password Validator to django.contrib.auth.password_validation | contrib.auth | |||
27525 | 27525 | Revert to previous migration automatically after failure when using MySQL backend | Migrations | |||
27443 | 27443 | support executing ANALYZE on tables | Database layer (models, ORM) | |||
27457 | 27457 | Cannot migrate ArrayField on SQLite | Database layer (models, ORM) | |||
27444 | 27444 | Django StaticLiveServerTestCase: view cannot query test-database properly | Testing framework | |||
27422 | 27422 | `makemigrations` fails to migrate ForeignKey types across app boundaries | Database layer (models, ORM) | |||
27411 | 27411 | Django namespaced reverse not working in test environment | Testing framework | |||
27329 | 27329 | Django-river State field not showing | Uncategorized | |||
27311 | 27311 | Support unpickled models (e.g. read from cache) in migrations | Migrations | |||
27189 | 27189 | Allow namespaced management commands | Core (Management commands) | |||
27166 | 27166 | Documentation clarification of warning for using cache-based sessions | Documentation | |||
27162 | 27162 | Move CreateExtension to django.db.backends.postgresql | Database layer (models, ORM) | |||
27128 | 27128 | A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. | Uncategorized | |||
27132 | 27132 | Allowed testing MemcachedCache and PyLibMCCache during the same test run | Core (Cache system) | |||
27114 | 27114 | Migrations: AttributeError: can't set attribute | Migrations | |||
27047 | 27047 | Popup inlines | contrib.admin | |||
14881 | 14881 | [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature | contrib.auth | |||
14787 | 14787 | Upload handler should pass errors on to forms.FileField | File uploads/storage | |||
14512 | 14512 | Documentation & tools for decorating class-based-views. | Generic views | |||
14492 | 14492 | Model proxy instance does not equal the respective model instance | Database layer (models, ORM) | |||
14705 | 14705 | Model Field Order not influenced by MRO of superclasses | Database layer (models, ORM) | |||
14885 | 14885 | is_valid for ModelForm changes instance if instance is provided | Documentation | |||
14686 | 14686 | ORM support for VoltDB | Database layer (models, ORM) | |||
14597 | 14597 | request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl | HTTP handling | |||
14602 | 14602 | bug in wsgi handler in trunk | Core (Other) | |||
14820 | 14820 | Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. | Documentation | |||
342 | 342 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | |||
730 | 730 | more explicit middlware ordering | Core (Other) | |||
15567 | 15567 | ✅ | 2 | Wrong error message when user having is_staff=False tries to login to admin | Uncategorized | |
13 | 13 | Related objects interface should be tighter (edit_inline) | contrib.admin | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
14969 | 14969 | To have a way to modify third part model classes | Database layer (models, ORM) | |||
14918 | 14918 | Password reset with e-mail OR username | contrib.auth | |||
14311 | 14311 | Improve django.template.defaultfilters.title | Template system | |||
313 | 313 | PhoneNumberField should accept international format numbers | Internationalization | |||
461 | 461 | Support use of pypgsql instead of psycopg | Database layer (models, ORM) | |||
398 | 398 | [patch] {%define VAR as%}VALUE{%in%} tag | Template system | |||
61 | 61 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | |||
527 | 527 | OneToOne relations are broken since new model style released | Metasystem | |||
961 | 961 | [patch] Add automatic thumbnail generation to ImageFields | Core (Other) | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
662 | 662 | saving a newly created object without any data causes an error | Core (Other) |