Nima
(nima-sa)
Most Active Role
N/A
Most Active Component
N/A
Activity Timeline
[No data in this time period]
Components
[No data in this time period]
Tickets
Trac | Ticket (81) | Reporter (1) | Owner (0) | Commenter (1) | Summary | Component |
---|---|---|---|---|---|---|
34566 | 34566 | ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. | contrib.admin | |||
34819 | 34819 | GenericForeignKey.get_prefetch_queryset() | contrib.contenttypes | |||
34865 | 34865 | DatabaseWrapper are not GC and connections are not closed | Database layer (models, ORM) | |||
897 | 897 | Bi-Directional ManyToMany in Admin | contrib.admin | |||
34746 | 34746 | High CPU/memory consumption when a 5XX is raised with large local variables | Error reporting | |||
34881 | 34881 | migrate crashes when renaming model referenced twice by ManyToManyField.through model on SQLite. | Migrations | |||
34608 | 34608 | Migrations generates code that it can't execute | Migrations | |||
34331 | 34331 | Support prefetch_related() with Queryset.aiterator() | Database layer (models, ORM) | |||
34853 | 34853 | Accept-Language Header takes precedence over cookie for format localization | Internationalization | |||
34717 | 34717 | Cannot use aggregate over window functions since 4.2 | Database layer (models, ORM) | |||
27234 | 27234 | Clarify the type of the django.server logger's 'request' extra context | Documentation | |||
34870 | 34870 | Memory leak when using psycopg-c with django hstore | Database layer (models, ORM) | |||
34867 | 34867 | [Date Input Localization] Accept-Language Header Takes Precedence Over Language Set With Cookie | Internationalization | |||
34803 | 34803 | Nested OuterRef crashes with AttributeError | Database layer (models, ORM) | |||
34787 | 34787 | The 'runserver' command doesn't work when run from an installed script on Windows | Core (Management commands) | |||
34796 | 34796 | Deleting child table does not delete rows in parent table when using multi-table inheritance | Database layer (models, ORM) | |||
34744 | 34744 | Migration re-add constraints when check condition contains a dict_keys object. | Migrations | |||
34772 | 34772 | Exception with psycopg3 binary package on Ubuntu 20.04 | Database layer (models, ORM) | |||
34747 | 34747 | Django hangs on async views with asycio.gather and an async ORM call | Database layer (models, ORM) | |||
34666 | 34666 | Mysql issue using afirst "The client was disconnected by the server because of inactivity" | Database layer (models, ORM) | |||
34661 | 34661 | Peppering user passwords | contrib.auth | |||
34517 | 34517 | ImageField unnecessarily adds a post_init signal handler to the model | 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 | |||
34605 | 34605 | Add distinct support for ListFilters | contrib.admin | |||
27925 | 27925 | Document how to deploy using pip installed mod_wsgi | Documentation | |||
34350 | 34350 | WSGIRequest crashes when "wsgi.input" is None. | Core (Other) | |||
34454 | 34454 | Connection failed with error message "FATAL: password authentication failed for user 'user'" | Database layer (models, ORM) | |||
34383 | 34383 | Layout error in Admin when using help_text | Template system | |||
34410 | 34410 | Adding database dynamically breaks in Django 4.1+ | Database layer (models, ORM) | |||
34401 | 34401 | Inconsistent behavior for refresh_from_db() with GenericForeignKey | contrib.contenttypes | |||
27559 | 27559 | Admin changelist turns GET QueryDict into dict which may lose parameters | contrib.admin | |||
34363 | 34363 | floatformat() crashes on "0.0000" | Template system | |||
34303 | 34303 | Admin Site shall filter LogEntries by registered models | contrib.admin | |||
34268 | 34268 | ✅ | 1 | Internationalization does not localize functional model choices | Internationalization | |
34247 | 34247 | Cannot resolve operation dependencies | Migrations | |||
34165 | 34165 | migrate management command does not respect database parameter when adding Permissions. | contrib.auth | |||
34067 | 34067 | django.core.Paginator wrong query slicing | Core (Other) | |||
34010 | 34010 | Parallel tests don't work with spawn. | Testing framework | |||
14092 | 14092 | ImageField should allow SVG | Database layer (models, ORM) | |||
27864 | 27864 | Limit the number of terms in an admin search | contrib.admin | |||
27871 | 27871 | Django keeps making the same migration over and over again | Migrations | |||
27801 | 27801 | Make createsuperuser inspect environment variables for username and password | contrib.auth | |||
27595 | 27595 | Database converters are not run for related fields referencing related fields | Database layer (models, ORM) | |||
27267 | 27267 | Renaming a primary key fails with "cannot drop constraint on table because other objects depend on it" | Migrations | |||
27982 | 27982 | Possible bug related to queryset union | Database layer (models, ORM) | |||
27872 | 27872 | Tutorial contains invalid instructions regarding background image | Documentation | |||
27817 | 27817 | Jsonfield duplicating records in production database after running manage.py test | Database layer (models, ORM) | |||
27812 | 27812 | When there is a DateTimeField django does not group by | Database layer (models, ORM) | |||
27780 | 27780 | makemigrations on custom user model | Migrations | |||
27297 | 27297 | infinite AlterField migrations created for foreign key after case-only model name change | Migrations | |||
27593 | 27593 | Template traceback, doesn't account for {% include ... %} tags. | Template system | |||
27474 | 27474 | Classes attribute in admin.TabularInline | contrib.admin | |||
27444 | 27444 | Django StaticLiveServerTestCase: view cannot query test-database properly | Testing framework | |||
27411 | 27411 | Django namespaced reverse not working in test environment | Testing framework | |||
27277 | 27277 | Error in generation of SQL query when have a ForeignKey with Model with ChoiceField | Database layer (models, ORM) | |||
27128 | 27128 | A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. | Uncategorized | |||
27044 | 27044 | `apps` passed to post_migrate_signal should contain migrated appconfigs even when no migration has been applied to them | Migrations | |||
27114 | 27114 | Migrations: AttributeError: can't set attribute | Migrations | |||
27092 | 27092 | MIgrations: Creating and then renaming a ForeignKey fails when index and constraint created | Migrations | |||
27014 | 27014 | Raster support for spatial lookup breaks filtering by annotations | GIS | |||
14518 | 14518 | Field.to_python not called on foreign key IDs | Database layer (models, ORM) | |||
14442 | 14442 | During tests parse fixtures using setUpClass | Testing framework | |||
14609 | 14609 | __or__ method of queries does not return a correctly combined query. | Database layer (models, ORM) | |||
14705 | 14705 | Model Field Order not influenced by MRO of superclasses | Database layer (models, ORM) | |||
14961 | 14961 | Cannot load admin interface static files when doing tutorial | Contrib apps | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
689 | 689 | Honor Web server provided authentication | Core (Other) | |||
14796 | 14796 | inspectdb producing field names which are Python keywords | django-admin.py inspectdb | |||
14902 | 14902 | Won't delete files with accents (or other unicode characters) | Core (Other) | |||
14283 | 14283 | AttributeError on admin detail page after r13708 | Contrib apps | |||
14508 | 14508 | Test suite silences warnings | Testing framework | |||
14364 | 14364 | Admin add form, element focus script not working because of wrong id | contrib.admin | |||
14353 | 14353 | unique_together new style is not working properly | Uncategorized | |||
14313 | 14313 | wrong display of field title in admin | contrib.admin | |||
14143 | 14143 | Database problems and import error of django.contrib.messages | Uncategorized | |||
172 | 172 | Twisted (twisted.web2) support for Django | Tools | |||
398 | 398 | [patch] {%define VAR as%}VALUE{%in%} tag | Template system | |||
360 | 360 | [PATCH] django-admin.py runserver only takes a port when it could also take an ip:port | Core (Other) | |||
259 | 259 | Admin errors with edit_inline and foreign keys. | contrib.admin | |||
122 | 122 | [patch] Build models using fieldname=FieldClass | Core (Other) | |||
119 | 119 | Serving media | Core (Other) |