Paulo

(czpython)

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 (50) Reporter (6) Owner (17) Commenter (47) Summary Component
34643 34643 Move admin form labels to a more accessible place contrib.admin
34838 34838 GeoDjango database functions incompatible with GeneratedField Database layer (models, ORM)
34140 34140 Format python code blocks in documentation files Documentation
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)
34946 34946 Adding a field with default and db_default drops database level DEFAULT Migrations
34759 34759 Confirm/Add support for SpatiaLite 5.1 GIS
34877 34877 KeyError for output_field in GeneratedField Database layer (models, ORM)
34868 34868 Add K as an alias for KeyTransform.from_lookup Database layer (models, ORM)
34861 34861 KeyTextTransform incompatible with GeneratedField Database layer (models, ORM)
34842 34842 Unmanaged read-only generated fields in admin Database layer (models, ORM)
34210 34210 Show the duration of individual tests Testing framework
23051 23051 2 QuerySet.only() fail to work with reverse o2o relationships Database layer (models, ORM)
34446 34446 Coding style docs should contain incorrect example for Model style. Documentation
34176 34176 Annotation's original field-name can clash with result field name over aggregation Database layer (models, ORM)
34266 34266 Add ClosestPoint function to GeoDjango GIS
34110 34110 Add InMemoryStorage File uploads/storage
34238 34238 Support computed `GENERATED ALWAYS` columns Database layer (models, ORM)
34213 34213 Update PostgreSQL package names in docs Documentation
34203 34203 Drop support for psycopg2 2.8 Database layer (models, ORM)
34086 34086 Confirm support for PostGIS 3.3 GIS
34056 34056 Update the deprecated password list used by CommonPasswordValidator to a more recent list contrib.auth
27147 27147 Add support for defining bounds in postgres range fields contrib.postgres
13659 13659 1 Make the request accessible in callables used in ModelAdmin.list_display contrib.admin
27996 27996 Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres contrib.postgres
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
18620 18620 2 Prefer current Site when checking M2M in "shortcut"/"view_on_site" redirect contrib.contenttypes
29419 29419 1 Allow permissioning of admin actions contrib.admin
29487 29487 3 Admin "read only" doesn't check change permission for object specifically contrib.admin
29230 29230 2 Incorrect behavior of QuerySet.prefetch_related() in some circumstances during multilevel data prefetching Database layer (models, ORM)
16043 16043 5 Specialization cache should be filled/shared with parent object cache (multitable inheritance) Database layer (models, ORM)
29414 29414 1 Inlines with no edit permission should still allow users to add new objects contrib.admin
28787 28787 1 QuerySet.update() fails on MySQL if a subquery references the base table Database layer (models, ORM)
28517 28517 2 admin does not check if a model has default_permissions before raising PermissionDenied contrib.admin
27710 27710 2 foreign key _id optimisation leads to incorrect descriptor value Database layer (models, ORM)
28742 28742 3 get/set on a OneToOneField produces AttributeError Database layer (models, ORM)
27846 27846 3 refresh_from_db() doesn't clear reverse OneToOneFields Database layer (models, ORM)
28513 28513 LogoutView doesn't support POST, unlike the function-based logout() view contrib.auth
28375 28375 3 QuerySet.prefetch_related() crashes with KeyError if model uses to_field and string primary key Database layer (models, ORM)
26362 26362 2 Manually changing the parent of a child model is silently failing. Database layer (models, ORM)
27967 27967 2 The autogenerated OneToOneField on multi table inheritance breaks the InlineAdminForm given UUID pk contrib.admin
28202 28202 2 FieldListFilter.get_queryset() crashes if the queryset filtering raises ValueError contrib.admin
28262 28262 2 ModelAdmin.lookup_allowed() incorrectly raises DisallowedModelAdminLookup lookup with reverse relation to origin model contrib.admin
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27742 27742 Unexpected migration on Parent -> child model inheritence Migrations
15250 15250 2 Cannot fill parent model instance in cache Database layer (models, ORM)
26729 26729 6 TabularInline not respecting form's custom label and help text if set in form's __init__ method contrib.admin
26523 26523 Unable to select_related() an implicit one to one relationship in multi-table inheritance Database layer (models, ORM)
14760 14760 Admin inlines with file/image field fails to save_as contrib.admin
541 541 [patch] Making generic views use other templates like Zope3 ZPT Generic views