bin
(bin)
Most Active Role
N/A
Most Active Component
Database Layer (Models, Orm)
Activity Timeline
[No data in this time period]
Components
Tickets
Trac | Ticket (237) | Reporter (1) | Owner (0) | Commenter (59) | Summary | Component |
---|---|---|---|---|---|---|
34699 | 34699 | Filtering on annotated TruncSecond expression gives unexpected result. | Database layer (models, ORM) | |||
34619 | 34619 | 1 | Ensure FilteredSelectMultiple select elements are associated with their label | contrib.admin | ||
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) | |||
34041 | 34041 | Accessibility improvements for admin breadcrumbs | contrib.admin | |||
34871 | 34871 | Validation of UniqueConstraint with Case() crashes. | Database layer (models, ORM) | |||
470 | 470 | Add Field.db_default for defining database defaults | Database layer (models, ORM) | |||
27880 | 27880 | Use __set_name__ to replace some usages of contribute_to_class. | Database layer (models, ORM) | |||
34034 | 34034 | Adding a class on ChoiceWidget subwidgets is excessively difficult | Forms | |||
34406 | 34406 | Add support for curved geometries in GeoDjango | GIS | |||
34125 | 34125 | Limiting QuerySet crashes on union() with a single non-empty query | Database layer (models, ORM) | |||
34045 | 34045 | Admin changelist checkboxes do not have labels | contrib.admin | |||
34297 | 34297 | ValueError: invalid token in plural form: EXPRESSION when adding new language | Utilities | |||
34977 | 34977 | Turn link to change password form in admin user change form into a button | contrib.auth | |||
27620 | 27620 | 3 | Add a TransactionMiddleware | Core (Other) | ||
27813 | 27813 | BinaryField type inconsistent between sqlite3 (bytes) and postgresql (memoryview) | Database layer (models, ORM) | |||
34986 | 34986 | Fix up support for PyPy 3.10 | Core (Other) | |||
34830 | 34830 | csrf_failure and bad_request views missing context processors | Core (Other) | |||
34944 | 34944 | Missing or misinferred attributes in output fields of generated fields | Database layer (models, ORM) | |||
34955 | 34955 | Make Concat() use the database operator `||` on PostgreSQL. | Database layer (models, ORM) | |||
34958 | 34958 | Intermittent `messages_tests.tests.TestLevelTags.test_lazy` test failure | Core (Other) | |||
34963 | 34963 | Recursive and other "combinator" queries broken in django-cte | Uncategorized | |||
34946 | 34946 | Adding a field with default and db_default drops database level DEFAULT | Migrations | |||
34918 | 34918 | Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field | Database layer (models, ORM) | |||
34916 | 34916 | Add support for brotli compression | HTTP handling | |||
34798 | 34798 | Subquery wrapping is required in QuerySet.aggregate() for aggregates referencing nested subquery. | Database layer (models, ORM) | |||
34840 | 34840 | Django 4.2 casts text fields when testing IS NULL, preventing use of partial indexes | Database layer (models, ORM) | |||
34892 | 34892 | Static files aren't served correctly on dev server when DEBUG and FORCE_SCRIPT_NAME are enabled | contrib.staticfiles | |||
34499 | 34499 | In tutorial part08, Django debug toolbar shows up in admin site but not in public site | Documentation | |||
34858 | 34858 | Output field for combined PositiveIntegerField is not properly resolved. | Database layer (models, ORM) | |||
34785 | 34785 | Contribution guide comes out non successful | Error reporting | |||
34771 | 34771 | QuerySet.order_by() crashes on constants that cannot be cast on MySQL. | Database layer (models, ORM) | |||
34765 | 34765 | call_command reuses already loaded command causing stale class variable value usage | Core (Management commands) | |||
34728 | 34728 | OR operator on queryset does not work as expected | Database layer (models, ORM) | |||
27079 | 27079 | Refactor LiveServerPort tests to not make extra calls to setUpClass() and tearDownClass() | Testing framework | |||
34661 | 34661 | Peppering user passwords | contrib.auth | |||
34600 | 34600 | Review reference to bleach in docs | Documentation | |||
34557 | 34557 | Time-based model field cleaning and TypeErrors | Database layer (models, ORM) | |||
34553 | 34553 | Can't create CheckConstraint with percent characters in values on postgresql due to broken quoting | Database layer (models, ORM) | |||
34524 | 34524 | Error while sending TLS smtp email on "self-signed certificate" server | Core (Mail) | |||
34523 | 34523 | Model.objects.update_or_create method sometimes raises TransactionManagementError | Database layer (models, ORM) | |||
34513 | 34513 | Error E108 does not cover some cases | contrib.admin | |||
34440 | 34440 | AND operator on queryset with joins gives wrong results | Documentation | |||
34492 | 34492 | I get an error when using BinaryField in sqllite3. | Database layer (models, ORM) | |||
34466 | 34466 | Django 4.2 overwrites user-specified psycopg cursor_factory | Database layer (models, ORM) | |||
34459 | 34459 | SearchVector() can return query strings that are unsafe to combine. | contrib.postgres | |||
34028 | 34028 | Django 'static' template tag fails to generate URLs with SCRIPT_NAME prefix | Template system | |||
34449 | 34449 | ProgrammingError: non-integer constant in GROUP BY with Case When and annotate Count | Database layer (models, ORM) | |||
34439 | 34439 | mod_wsgi for django with conda environment in Windows doesn't work | HTTP handling | |||
27923 | 27923 | 2 | Add form signals (pre_init, post_init, pre_clean, post_clean, etc.) | Forms | ||
34333 | 34333 | Migrations tries to add constraint before adding a foreign key. | Migrations | |||
34356 | 34356 | 4 | Memory leak when generating PDFs | Core (Other) | ||
34361 | 34361 | Missing the package "gdal-bin" results in Segmentation fault. | GIS | |||
34302 | 34302 | SpatialReference.srid incorrectly assumes first AUTHORITY value to be projection SRID | GIS | |||
34319 | 34319 | Model.validate_constraints() crashes when constraint's validate() raises ValidationError without a code. | Database layer (models, ORM) | |||
34255 | 34255 | Annotation/group by with an expression on psycopg3 | Database layer (models, ORM) | |||
34264 | 34264 | 1 | Move note about session cookies to correct category | Documentation | ||
34160 | 34160 | Django 4.1 Expression contains mixed types for (Big/Small)IntegerFields. | Database layer (models, ORM) | |||
34123 | 34123 | Ambiguous aliases in ordering on combined queries with select_related(). | Database layer (models, ORM) | |||
34135 | 34135 | Add async interface to ManyRelatedManager & RelatedManager | Database layer (models, ORM) | |||
34085 | 34085 | Black shouldn't format non-Python files | Core (Management commands) | |||
34068 | 34068 | `runserver 0`'s "Starting development server at <address>" doesn't work | Core (Management commands) | |||
34023 | 34023 | inlines variable not bound in loop in ModelAdmin._create_formsets | contrib.admin | |||
34016 | 34016 | QuerySet.values_list() crash on simple ArrayAgg. | contrib.postgres | |||
27412 | 27412 | Coalesce function should work with subqueries | Database layer (models, ORM) | |||
27624 | 27624 | Optimize ORM by using more immutable data structures | Database layer (models, ORM) | |||
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 | |||
27541 | 27541 | Provide hooks to override manifest file storage in ManifestFilesMixin | contrib.staticfiles | |||
27149 | 27149 | Allow using a subquery in QuerySet.filter() | Database layer (models, ORM) | |||
27854 | 27854 | Make `collectstatic` warn (rather than blow up) on missing directories | contrib.staticfiles | |||
27718 | 27718 | Add QuerySet.union(), intersection(), difference() | Database layer (models, ORM) | |||
27450 | 27450 | GDALBandTests.test_band_data test failure on MacOS 10.12.1 and python3.5 | GIS | |||
27399 | 27399 | Segfault when running GDALBandTests on OSX 10.11.6 | GIS | |||
27804 | 27804 | Use unittest.subTest() in Django's test suite | Core (Other) | |||
27824 | 27824 | Cannot chain unaccent transform with key lookup in Postgres JSON field. | contrib.postgres | |||
27164 | 27164 | Database routers examples could be more realistic | Documentation | |||
27910 | 27910 | Allow using an Enum class in model Field choices | Database layer (models, ORM) | |||
27685 | 27685 | Allow autoreloader to use watchman | Utilities | |||
27946 | 27946 | 2 | Improve "ValueError: Found wrong number of constraints" error message | Migrations | ||
14675 | 14675 | Update docs and project template to avoid "import *" for url patterns | Core (Other) | |||
14091 | 14091 | Fix incorrect quoting in connection.queries | Database layer (models, ORM) | |||
27768 | 27768 | makemigrations uses unnecessary AddField for ForeignKey depending on model name | Migrations | |||
27543 | 27543 | AttributeError: '_Frame' object has no attribute 'f_back' / Django and celery error logging gone wrong | Error reporting | |||
27317 | 27317 | Make Form subclasses combine Form.Media from all parents | Forms | |||
14370 | 14370 | Adding support for Autocomplete in contrib.admin | contrib.admin | |||
27859 | 27859 | Migration to create TextField with db_index=True crashes on MySQL | Migrations | |||
27982 | 27982 | Possible bug related to queryset union | Database layer (models, ORM) | |||
27303 | 27303 | Selecting multiple admin list_filters across relations return results that don't match both filters | contrib.admin | |||
27967 | 27967 | The autogenerated OneToOneField on multi table inheritance breaks the InlineAdminForm given UUID pk | contrib.admin | |||
27876 | 27876 | Documentation error for installing tests/requirements/py3.txt | Documentation | |||
27732 | 27732 | django.contrib.postgres.search SearchRank doesn't handle SearchVectorField references | contrib.postgres | |||
27926 | 27926 | Allow squashmigrations to create a fresh set of migrations and delete the old ones | Migrations | |||
27231 | 27231 | Initialize forms in ModelAdmin like View (i.e. add get_form_kwargs to contrib.admin) | contrib.admin | |||
27956 | 27956 | Template error raised in an {% extends %} parent template shows incorrect source location on debug page | Template system | |||
27977 | 27977 | inspectdb errors after upgrade to cx_Oracle 5.3 | Database layer (models, ORM) | |||
27919 | 27919 | Decide if attrs (and possibly others) are named or positional parameters in new widget rendering code | Forms | |||
27316 | 27316 | Multiple LiveServerTestCase subclasses cannot reuse the same port | Testing framework | |||
27878 | 27878 | Move to Python 3 shebangs | Core (Other) | |||
27825 | 27825 | Document that models don't cast field values to the same type that's retrieved from the database | Documentation | |||
27537 | 27537 | Provide a simpler way to default runserver IP/port to 0.0.0.0:8000 | Core (Management commands) | |||
27746 | 27746 | Database migration fail when removing a child model containing only foreignkeys in a multi-table inheritance context on MySQL | Migrations | |||
27632 | 27632 | Oracle backend fails to execute a query with an aggregation that contains an expression in the GROUP BY. | Database layer (models, ORM) | |||
27729 | 27729 | 2 | Add a method to evaluate QuerySets. | Database layer (models, ORM) | ||
27689 | 27689 | FileSystemStorage().get_valid_name() may return empty string | File uploads/storage | |||
27681 | 27681 | Binary &/| operators work incorrectly for negative values on MySQL | Database layer (models, ORM) | |||
27561 | 27561 | 1 | Add Oracle support for binary "or" operator | Database layer (models, ORM) | ||
27509 | 27509 | Installing Geospatial libraries documentation: `gdal-bin` contradicting recommendation. | Documentation | |||
27200 | 27200 | Provide makemigrations router.allow_migrate() with a model_name | Migrations | |||
27444 | 27444 | Django StaticLiveServerTestCase: view cannot query test-database properly | Testing framework | |||
27396 | 27396 | Docs: send POST request on base.html does not mention {{ csrf_token }} | Documentation | |||
27340 | 27340 | Model pre_init signal should provide an `instance` argument | Database layer (models, ORM) | |||
27213 | 27213 | ArrayField with null throws ProgrammingError but not ValidationError on Psycopg < 2.6.1 | contrib.postgres | |||
27143 | 27143 | SearchQuery is not combinable using more than one `&` or `|` operators | contrib.postgres | |||
27150 | 27150 | Document that a name should be provided when wrapping file-like objects that don't have one with File | Documentation | |||
27128 | 27128 | A method model.objects.get(pk=obj.pk) returns many objects, but in a database is one. | Uncategorized | |||
27013 | 27013 | Docs - Using Argon2 with Django - more appropriate pip command | Documentation | |||
27059 | 27059 | autoreload loose the sys.path in some cases (buildout install of python for instance, maybe others) | Core (Management commands) | |||
27070 | 27070 | Support for `Q` objects in `get_or_create` and `update_or_create` | Database layer (models, ORM) | |||
27007 | 27007 | Handle non-UTF-8 bytes objects for text/* attachments | Core (Mail) | |||
14030 | 14030 | 2 | Use F() objects in aggregates(), annotates() and values() | Database layer (models, ORM) | ||
14415 | 14415 | Multiple aliases for one database: testing problems | Testing framework | |||
14891 | 14891 | use_for_related_fields=False is not honored by reverse FK or M2M related managers | Database layer (models, ORM) | |||
14497 | 14497 | ModelAdmin.readonly_fields isn't graceful with filefields. | contrib.admin | |||
14515 | 14515 | Can't pickle ValueQuerySet if query references fields, which aren't on the same model. | Database layer (models, ORM) | |||
14638 | 14638 | to_python howto documentation improvement | Documentation | |||
14930 | 14930 | 1 | `values_list()` fails on queryset ordered by extra column | Database layer (models, ORM) | ||
14609 | 14609 | __or__ method of queries does not return a correctly combined query. | Database layer (models, ORM) | |||
14580 | 14580 | Clean up duplicate code in admin formset handling | contrib.admin | |||
14121 | 14121 | Provide object's primary key as a hint for database router method db_for_read() when filtering objects by primary key | Database layer (models, ORM) | |||
14332 | 14332 | manage testserver and manage runserver should have similiar address:port options | Core (Management commands) | |||
852 | 852 | psycopg.ProgrammingError exceptions leave the connection to the DB in an unusable state | Database layer (models, ORM) | |||
14678 | 14678 | Users are able to add more than one page to the same url | contrib.flatpages | |||
361 | 361 | Some Basic Math Filters | Template system | |||
14093 | 14093 | Confusing error when failing to create a session key because the cache is unavailable | contrib.sessions | |||
14449 | 14449 | 2 | restructuredtext filter does not return the correct content | Documentation | ||
14026 | 14026 | Setting for TRANSACTION_LEVEL on db backends | Database layer (models, ORM) | |||
14527 | 14527 | GeoDjango docs shouldn't recommend PostgreSQL 8.3 | Documentation | |||
14806 | 14806 | No template tag to support contextual translations | Internationalization | |||
632 | 632 | database stored templates | Template system | |||
702 | 702 | document that ManyToMany fields can't be in unique_together | Documentation | |||
14138 | 14138 | Apache setup using sqlite3 breaks when performing a field__regex filter | Database layer (models, ORM) | |||
14752 | 14752 | WeekArchiveView gives incorrect results when using weeks beginning with Monday | Generic views | |||
14975 | 14975 | TransactionTestCases are broken by django.contrib.auth in 1.2.4 | Testing framework | |||
14290 | 14290 | Rendering is very inefficient when USE_L10N. Caching format values gives 2-7 times improvement | Internationalization | |||
14133 | 14133 | update GeoDjango windows installer | GIS | |||
14988 | 14988 | Tutorial part 4 - Renaming of templates should be removed | Documentation | |||
14711 | 14711 | MonthMixin.get_previous_month incorrect under certain conditions | Generic views | |||
14330 | 14330 | Test failure with get_image_dimensions since [13715] | File uploads/storage | |||
14604 | 14604 | Ubuntu documentation for geospatial/Postgres is out of date | GIS | |||
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) | |||
13 | 13 | Related objects interface should be tighter (edit_inline) | contrib.admin | |||
14608 | 14608 | Adding a INPhoneNumberField to indian localflavor | contrib.localflavor | |||
811 | 811 | IPv6 address field support | Core (Other) | |||
717 | 717 | If-Modified-Since checked for exact match | HTTP handling | |||
14013 | 14013 | 'django.db.backends.postgresql_psycopg2' isn't an available database backend. (?!?!?) | Database layer (models, ORM) | |||
14986 | 14986 | TestCase: increase verbosity for TestCase.fixtures usage | Testing framework | |||
14673 | 14673 | MultipleHiddenInput unbound form | Forms | |||
14350 | 14350 | Please add a login method to the test Client that doesn't depend on passwords | Testing framework | |||
14676 | 14676 | removetags is case-sensitive | Documentation | |||
14907 | 14907 | Document the settings affecting csrf cookie | Documentation | |||
14417 | 14417 | UnicodeDecodeError exception in recent actions | contrib.admin | |||
14813 | 14813 | Order of fieldnames in exclude= (inside ModelForm) can mess things up | Forms | |||
14453 | 14453 | typecast_timestamp in db.backends.util gives incorrect behavior | Database layer (models, ORM) | |||
14637 | 14637 | There may an Internationalization bug in Forms | Translations | |||
14508 | 14508 | Test suite silences warnings | Testing framework | |||
14047 | 14047 | CommonMiddleware documentation tweak | Documentation | |||
14441 | 14441 | Oracle list limit exceeded with __in filters | Database layer (models, ORM) | |||
14416 | 14416 | ImageField forms require an enctype, not documented | Documentation | |||
14324 | 14324 | Django not rotating logs | Core (Other) | |||
14222 | 14222 | csrf_exempt decorator is useless if not the top-most decorator | Uncategorized | |||
14179 | 14179 | django create table with capitalized chars | Uncategorized | |||
14157 | 14157 | Birthday calculation failing silently | Uncategorized | |||
14117 | 14117 | POST Data is different when run from TestClient and actually received | Testing framework | |||
313 | 313 | 1 | PhoneNumberField should accept international format numbers | Internationalization | ||
919 | 919 | 5 | [patch] Implement `random` template tag | Template system | ||
461 | 461 | Support use of pypgsql instead of psycopg | Database layer (models, ORM) | |||
659 | 659 | Selecting by month with DateField is broken with sqlite3 backend | Database layer (models, ORM) | |||
653 | 653 | setup.py doesn't create django/contrib/admin/templates/ | contrib.admin | |||
115 | 115 | Models CRUD via web services | Core (Other) | |||
460 | 460 | Patch for get_table_list() for SQLite3 | Database layer (models, ORM) | |||
4061 | 4061 | ✅ | Document how to limit access to contrib.databrowse | contrib.databrowse | ||
654 | 654 | DateFormat should be a subclass of TimeFormat, not Formatter | Tools | |||
673 | 673 | Final code example in Tutorial 3 is incorrect | Documentation | |||
710 | 710 | 2 | Differentiate between __repr__ and __str__ for model objects | Core (Other) | ||
716 | 716 | order_type not defined in new-admin django.contrib.admin.templatetags.admin_list | contrib.admin | |||
743 | 743 | 2 | new-admin: lookup_val2 not defined in BooleanFieldFilterSpec of django.contrib.admin.views.main | contrib.admin | ||
744 | 744 | `NullBooleanField` should show an icon in the admin listing rather than "None" | Generic views | |||
754 | 754 | 1 | editable=False causes fields to lose current value upon save in admin interface | contrib.admin | ||
758 | 758 | 1 | django_admin_log items should be HTML-escaped when shown in admin interface | contrib.admin | ||
779 | 779 | 4 | [patch] Allow callables in extra_lookup_kwargs of generic views | Generic views | ||
889 | 889 | 1 | [patch] `str()` should be used in admin interface popup-add | contrib.admin | ||
912 | 912 | Documentation should be updated to reflect __repr__ / __str__ split for model objects | Documentation | |||
939 | 939 | [patch] CSS class for optional monospace textareas in admin | contrib.admin | |||
940 | 940 | 1 | Trac RSS feed link should be visible from Django's Trac | *.djangoproject.com | ||
851 | 851 | New SQL query API | Database layer (models, ORM) | |||
425 | 425 | django.utils.images should have a thumbnail function | Tools | |||
362 | 362 | Anonymous sessions should try to prevent session-stealing | Core (Other) | |||
360 | 360 | [PATCH] django-admin.py runserver only takes a port when it could also take an ip:port | Core (Other) | |||
183 | 183 | TypeError: can't compare datetime.datetime to datetime.date | Template system | |||
251 | 251 | [patch] Add "AND" and "OR" clauses to the SQL query syntax | Metasystem | |||
216 | 216 | sqlite3 broken post rev 329 | Metasystem | |||
121 | 121 | [patch] Names in SQL should be quoted | Metasystem | |||
147 | 147 | "sqlite" should be "sqlite3" in conf/project_template/settings/main.py | contrib.admin | |||
35 | 35 | django-admin.py init problem for postgresql 8.0.3/win32 | Database layer (models, ORM) | |||
109 | 109 | 1 | Patch: Customizing Date(Time)Field displays | contrib.admin | ||
924 | 924 | 1 | [patch] String filters (lower, upper, capfirst etc.) don't work with international strings | contrib.admin | ||
65 | 65 | [i18n] Internationalization and localisation | contrib.admin | |||
61 | 61 | 3 | [patch] auth.User admin form shouldn't require people to edit hashes | contrib.admin | ||
739 | 739 | tutorial and docs translations | Documentation | |||
349 | 349 | [patch] Bad styling in Admin interface | contrib.admin | |||
85 | 85 | 1 | Admin login doesn't work with Konqueror | contrib.admin | ||
463 | 463 | 2 | [patch] new mysql.DatabaseWrapper - solving multiple MySQL problems | Core (Other) | ||
87 | 87 | [patch] Oracle database support | Database layer (models, ORM) | |||
783 | 783 | Add ¨id¨ field to anonymous user object | Core (Other) | |||
170 | 170 | Unicode field names cause UnicodeEncodeError in main admin handler | contrib.admin | |||
913 | 913 | 3 | [patch] incorrect `list_filter` field error message a bit stranger than necessary | contrib.admin | ||
935 | 935 | weird interaction between edit_inline and OneToOneField causes adding through admin to fail | contrib.admin | |||
829 | 829 | 1 | __repr__ overloaded for short_descriptions in admin interface | contrib.admin | ||
733 | 733 | small addition to i18n.txt with regard to caching | Core (Other) | |||
610 | 610 | XSLT as templating engine. | contrib.admin | |||
847 | 847 | 1 | users.create_user fails if User is subclassed using replaces_module = 'auth.users' | Metasystem | ||
961 | 961 | 2 | [patch] Add automatic thumbnail generation to ImageFields | Core (Other) | ||
972 | 972 | better explain choices usage in the model docs | Documentation | |||
751 | 751 | Swedish translation | Translations | |||
582 | 582 | [patch] Load templates from application eggs | Template system | |||
356 | 356 | [patch]: simple XML-RPC support for Django | Core (Other) | |||
810 | 810 | 1 | serving static files documentation | Documentation | ||
535 | 535 | Refactor admin code to clean it up | contrib.admin | |||
667 | 667 | 3 | [patch] extra_lookup_kwargs and extra_context in infodicts should accept callbacks | Generic views | ||
695 | 695 | sqlupdate, creates sql to update the database based on an updated model file | Database layer (models, ORM) | |||
674 | 674 | ImageField display use undocumented thumbnails for change_list display | contrib.admin | |||
672 | 672 | get_absolute_url isn't nice | contrib.syndication | |||
152 | 152 | FCGI server for django | Core (Other) | |||
412 | 412 | FileField bug | Database layer (models, ORM) | |||
864 | 864 | 1 | OneToOne in Admin -- unexpected keyword argument 'bar__pk' | contrib.admin | ||
507 | 507 | Make startswith and endswith case-sensitive in MySQL | Database layer (models, ORM) |