little
(little)
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 (159) | Reporter (3) | Owner (0) | Commenter (6) | Summary | Component |
---|---|---|---|---|---|---|
34566 | 34566 | ModelAdmin get_field_queryset uses related admin ordering, but not related admin querysets. | contrib.admin | |||
34699 | 34699 | Filtering on annotated TruncSecond expression gives unexpected result. | Database layer (models, ORM) | |||
27029 | 27029 | Make EmailValidator accept non-ASCII characters in local part | Core (Other) | |||
897 | 897 | Bi-Directional ManyToMany in Admin | contrib.admin | |||
373 | 373 | Add support for multi-column primary keys. | Database layer (models, ORM) | |||
34975 | 34975 | aggregate() crashes when referencing existing aggregations or window expressions through conditional expressions | Database layer (models, ORM) | |||
34462 | 34462 | Deletions in admin panel create N + 1 queries | contrib.admin | |||
34898 | 34898 | Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. | Migrations | |||
27452 | 27452 | Add Postgres serial field to contrib.postgres | contrib.postgres | |||
34643 | 34643 | Move admin form labels to a more accessible place | contrib.admin | |||
34013 | 34013 | Support ordering by annotation transforms (e.g JSONObject/ArrayAgg transforms). | Database layer (models, ORM) | |||
34538 | 34538 | Incorrect query generated with on subquery WHERE depending on the order of the Q() objects | Database layer (models, ORM) | |||
27201 | 27201 | Django 1.10 with STATICFILES_STORAGE breaks on absolute path in CSS with double slash | contrib.staticfiles | |||
34989 | 34989 | Set Content-Length where possible for HttpResponses. | HTTP handling | |||
14611 | 14611 | Added dedicated option to test.Client methods (other than get()) for passing query parameters. | Testing framework | |||
34970 | 34970 | Unclear wording in password validator docs | Documentation | |||
34944 | 34944 | Missing or misinferred attributes in output fields of generated fields | Database layer (models, ORM) | |||
34858 | 34858 | Output field for combined PositiveIntegerField is not properly resolved. | Database layer (models, ORM) | |||
34792 | 34792 | Creating and saving a model using a custom primary key field can yield a bad "id" value on the instance | Database layer (models, ORM) | |||
34771 | 34771 | QuerySet.order_by() crashes on constants that cannot be cast on MySQL. | Database layer (models, ORM) | |||
34723 | 34723 | `TypeError` when loading a Django app with incorrect type of `choices` | Database layer (models, ORM) | |||
34539 | 34539 | `get_prep_value` no longer called for JSONField | Database layer (models, ORM) | |||
34595 | 34595 | format_html() should explicitly mention that format_string is not escaped and that result is safe | Template system | |||
34546 | 34546 | Failed migration yields to unmigratable app: "OperationalError: (1050, "Table '<name>' already exists")" | Migrations | |||
34519 | 34519 | Don't send content in responses to HEAD requests | Uncategorized | |||
34496 | 34496 | ManifestStaticFilesStorage.patterns for sourceMappingURL does not retrieve matched for data URI | contrib.staticfiles | |||
34486 | 34486 | SearchHeadline crashes without an active connection. | contrib.postgres | |||
34388 | 34388 | Added support for direct usage of Choices classes on model fields | Database layer (models, ORM) | |||
34356 | 34356 | Memory leak when generating PDFs | Core (Other) | |||
34267 | 34267 | QuerySet.union() crashes with IndexError when getting cached results. | Database layer (models, ORM) | |||
34232 | 34232 | 'Add Another' casing typo in tutorial 7 | Documentation | |||
34063 | 34063 | request.POST not populated for multipart/form-data via AsyncClient | Testing framework | |||
14094 | 14094 | Cannot define CharField with unlimited length | Database layer (models, ORM) | |||
34222 | 34222 | Django unit tests hang when running against a Postgres database | Testing framework | |||
34166 | 34166 | UniqueConstraint with condition not validated if the condition field is not editable. | Database layer (models, ORM) | |||
34099 | 34099 | update_or_create() not saving data assigned in a model's save() method | Database layer (models, ORM) | |||
27704 | 27704 | contrib.postgres.ArrayField with choices should use TypedMultipleChoiceField as its default form field class | contrib.postgres | |||
34010 | 34010 | Parallel tests don't work with spawn. | Testing framework | |||
34032 | 34032 | Base authentication Backend should raise NotImplemented on needed methods | contrib.auth | |||
14092 | 14092 | ImageField should allow SVG | Database layer (models, ORM) | |||
27590 | 27590 | Allow configuration of where to save staticfiles manifest. | contrib.staticfiles | |||
27188 | 27188 | Allow using unique=True with FileField | File uploads/storage | |||
27445 | 27445 | RadioSelect widget does not work for NullBooleanField | Documentation | |||
14660 | 14660 | Using a CheckboxSelectMultiple widget on a M to M field in Admin causes 'SelectBox is not defined' JS error in RelatedObjectLookups.js | contrib.admin | |||
27679 | 27679 | Document that empty formsets display min_num+extra forms | Documentation | |||
27395 | 27395 | Allow generating '<link rel="alternate ... hreflang=...>" for sitemaps' | contrib.sitemaps | |||
27408 | 27408 | Make QuerySet.bulk_create() populate fields on related models | Database layer (models, ORM) | |||
14071 | 14071 | Row duplicated when modifying PK | contrib.admin | |||
27921 | 27921 | Documentation of make_aware() with is_dst is misleading | Documentation | |||
14091 | 14091 | Fix incorrect quoting in connection.queries | Database layer (models, ORM) | |||
27335 | 27335 | Avoid object save during QuerySet.update_or_create() when there were no changes | Database layer (models, ORM) | |||
820 | 820 | Add "view" permission to compliment add/change/delete | contrib.admin | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
27303 | 27303 | Selecting multiple admin list_filters across relations return results that don't match both filters | contrib.admin | |||
27745 | 27745 | Improve code coverage for django/contrib/contenttypes | contrib.contenttypes | |||
27732 | 27732 | django.contrib.postgres.search SearchRank doesn't handle SearchVectorField references | contrib.postgres | |||
27958 | 27958 | CSRF_COOKIE reset while requesting a broken relative URL over HTTPS | CSRF | |||
27890 | 27890 | runtests.py cleanup exception on Python 3.6 | Core (Other) | |||
27316 | 27316 | Multiple LiveServerTestCase subclasses cannot reuse the same port | Testing framework | |||
27825 | 27825 | Document that models don't cast field values to the same type that's retrieved from the database | Documentation | |||
498 | 498 | Atom support, not just RSS | contrib.syndication | |||
27706 | 27706 | Session key is not set when trying to log in, when another user's session cookie is sent with the login request | contrib.auth | |||
27641 | 27641 | Document limitations of the Locmem cache backend | Documentation | |||
27627 | 27627 | OneToOneField doesn't allow multiple records with NULL value on Microsoft SQL Server | Database layer (models, ORM) | |||
27630 | 27630 | Autoreload continuously reloads when not using pyinotify | Utilities | |||
27402 | 27402 | When using i18n_patterns and prefix_default_language=False, 404 page redirects incorrectly | Internationalization | |||
27321 | 27321 | ignores_quoted_identifier_case broken on MySQL on OS X/Windows | Database layer (models, ORM) | |||
27535 | 27535 | RFE: Exclude pk from queries | Database layer (models, ORM) | |||
27394 | 27394 | template "floatformat" tag throws ValueError for big numbers in Python 3 | Template system | |||
27508 | 27508 | Debug 404 page shouldn't include the request path prefix in the description of URLconf matching | Error reporting | |||
27420 | 27420 | Oracle DB test user password must be quoted if it starts with a number | Database layer (models, ORM) | |||
27200 | 27200 | Provide makemigrations router.allow_migrate() with a model_name | Migrations | |||
27274 | 27274 | KeyError when using RenameModel in migrations that refer to an unmanaged model in another app. | Migrations | |||
27259 | 27259 | ManyToOneRel.name uses relatemodelname instead of relatedmodelname_set | Database layer (models, ORM) | |||
27173 | 27173 | Permit import statements to be longer than 80 characters | Core (Other) | |||
27180 | 27180 | Check for sql_mode fails during migration with special database connections | Database layer (models, ORM) | |||
27150 | 27150 | Document that a name should be provided when wrapping file-like objects that don't have one with File | Documentation | |||
27146 | 27146 | template shows empty string instead of actual content when it contains characters like \x93 and \x94 | Template system | |||
27072 | 27072 | AddGeometryColumn: “duplicate column name: xxx” error running migrations on SpatiaLite | GIS | |||
14030 | 14030 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | |||
14394 | 14394 | Assigning bad data to an m2m attribute should not clear existing data | Database layer (models, ORM) | |||
14638 | 14638 | to_python howto documentation improvement | Documentation | |||
14549 | 14549 | Disambiguation of target/source fields for intermediary models when using ManyToManyField | Database layer (models, ORM) | |||
14765 | 14765 | Unnecessary usage of NodeList in ForNode (template rendering) | Template system | |||
14043 | 14043 | Incorrect and/or confusing behaviour with nullable OneToOneField | Database layer (models, ORM) | |||
14261 | 14261 | Add clickjacking protection (X-Frame-Options header) | HTTP handling | |||
14802 | 14802 | feature request: add a method to Fields that is used to render the field as read-only | contrib.admin | |||
14057 | 14057 | Expose an interface for custom-escaping template content | Template system | |||
14705 | 14705 | Model Field Order not influenced by MRO of superclasses | Database layer (models, ORM) | |||
14694 | 14694 | defer() doesn't work with reverse relations | Database layer (models, ORM) | |||
361 | 361 | Some Basic Math Filters | Template system | |||
14195 | 14195 | ContentType object fails to use cache, beats DB to death | Uncategorized | |||
640 | 640 | order_with_respect_to option fails | Documentation | |||
14648 | 14648 | Annotated date querysets fail if spatial backend is used | GIS | |||
14570 | 14570 | New format character to represent locale-specifc alternative month names | Internationalization | |||
14895 | 14895 | USE_THOUSAND_SEPARATOR causes error on group admin operations | contrib.admin | |||
14354 | 14354 | Check password is not None in User.check_password | contrib.auth | |||
14661 | 14661 | A couple of MySQL/MyISAM test failures | Testing framework | |||
14403 | 14403 | Missing/incomplete documentation for FloatField? | Documentation | |||
14405 | 14405 | problem in login view | contrib.auth | |||
14181 | 14181 | Template tag needed to disable/force L10N formatting on a per-variable basis | Internationalization | |||
14603 | 14603 | Copy & paste-able unittest output | Uncategorized | |||
14290 | 14290 | Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement | Internationalization | |||
14617 | 14617 | Docs should mention runserver's automatic serving of static files | Documentation | |||
342 | 342 | Add a way for fields to be displayed in the admin without being editable | contrib.admin | |||
399 | 399 | Bigint field object needed | Database layer (models, ORM) | |||
730 | 730 | more explicit middlware ordering | Core (Other) | |||
661 | 661 | New function: batch save of objects would make for more efficient processing | Core (Other) | |||
13 | 13 | Related objects interface should be tighter (edit_inline) | contrib.admin | |||
14849 | 14849 | ManyToManyField has weird behavior in 1.2 w/ multi-db | Database layer (models, ORM) | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
14854 | 14854 | Follow PEP 8 -- Style Guide for Python Code | Core (Other) | |||
14101 | 14101 | Localized DecimalField doesn't accept localized input | Internationalization | |||
14991 | 14991 | SQL injection in quote_name() | Database layer (models, ORM) | |||
14146 | 14146 | Incorrect query being generated by .exclude() in some inheritance cases | Database layer (models, ORM) | |||
14607 | 14607 | Settings.py: A blank ADMIN_MEDIA_PREFIX fails annoyingly | Uncategorized | |||
14074 | 14074 | RFE: "Best of both worlds" for short and long? | Documentation | |||
14344 | 14344 | Duplicate view name does not raise an error | Core (Other) | |||
172 | 172 | Twisted (twisted.web2) support for Django | Tools | |||
987 | 987 | 1 | HttpResponseRedirect uses/allows relative URIs for the HTTP Location header, which is forbidden by HTTP | Core (Other) | ||
1355 | 1355 | ✅ | Internationalisation(charset) problems with FileField file names and core.db.backend.mysql | Core (Other) | ||
208 | 208 | Allow the strings the cycle tag uses to contain spaces | Template system | |||
526 | 526 | Error when edit_inline model have unique_together constraint | Database layer (models, ORM) | |||
475 | 475 | Recursive function calling not working properly in template tags | Template system | |||
398 | 398 | 1 | [patch] {%define VAR as%}VALUE{%in%} tag | Template system | ||
362 | 362 | Anonymous sessions should try to prevent session-stealing | Core (Other) | |||
276 | 276 | [patch] new template tag 'strip' | Template system | |||
121 | 121 | [patch] Names in SQL should be quoted | Metasystem | |||
163 | 163 | Option to leave off __exact | Template system | |||
128 | 128 | IndexError when using invalid {% extends %} in template should be replaced with better error message. | Template system | |||
59 | 59 | Hard-coded references to password_change and logout | contrib.admin | |||
77 | 77 | The PostgreSQL code should use schemas instead of prefixes for namespaces. | Database layer (models, ORM) | |||
200 | 200 | Add a Decimal type and a Currency type | Database layer (models, ORM) | |||
1356 | 1356 | ✅ | [patch] database charset and mysql backend | Database layer (models, ORM) | ||
547 | 547 | [patch] XMLRPC support for django | Tools | |||
924 | 924 | [patch] String filters (lower, upper, capfirst etc.) don't work with international strings | contrib.admin | |||
1283 | 1283 | ✅ | A bug in a ForeignKey fields? | Core (Other) | ||
10 | 10 | Ordered objects should have API access to their order number | Validators | |||
872 | 872 | fields.TextField should pass 'rows' argument to its formfields.LargeTextField | contrib.admin | |||
65 | 65 | [i18n] Internationalization and localisation | contrib.admin | |||
337 | 337 | 1 | DateTime fields don't work in the generic views | Generic views | ||
501 | 501 | {{ block.super }} returns value of the most remote ancestor | contrib.syndication | |||
349 | 349 | [patch] Bad styling in Admin interface | contrib.admin | |||
122 | 122 | [patch] Build models using fieldname=FieldClass | Core (Other) | |||
626 | 626 | Move template modules to django.core.template package | Core (Other) | |||
423 | 423 | Admin filters broken with [549] | contrib.admin | |||
798 | 798 | Specifying username, email, and password on as arguments to "django-admin.py createsuperuser" | Translations | |||
416 | 416 | Automate site introspection for url pattern modules, view methods, template directories, and applications | contrib.admin | |||
119 | 119 | Serving media | Core (Other) | |||
298 | 298 | 2 | Need impovement to POST.copy() | Core (Other) | ||
78 | 78 | Add a test suite for core functionality | Tools | |||
603 | 603 | Improved template error messages | Template system | |||
356 | 356 | [patch]: simple XML-RPC support for Django | Core (Other) | |||
620 | 620 | [patch] make limit_choices_to work with raw_id_admin | contrib.admin | |||
949 | 949 | [patch] include template tag should support select_template type list | Template system | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
542 | 542 | [patch] Add an "or cancel" link to add, edit, and delete admin views. | contrib.admin | |||
382 | 382 | globals should show up in model methods and classes (like normal python classes) | Core (Other) | |||
355 | 355 | 1 | A bug in middleware/admin.py with ModPython handler | contrib.admin |