Paul

(paulik123)

Most Active Role

Reporter

Most Active Component

Internationalization

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (113) Reporter (1) Owner (0) Commenter (2) Summary Component
470 470 Add Field.db_default for defining database defaults Database layer (models, ORM)
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)
35142 35142 2 DATE and DATETIME settings have no effect since USE_L10N was deprecated Internationalization
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
34918 34918 Assigning model instance to `_id`/attname field saves correctly, but breaks accessing the field Database layer (models, ORM)
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
34446 34446 Coding style docs should contain incorrect example for Model style. Documentation
34438 34438 UserCreationForm.clean_username() crashes with a custom user model. contrib.auth
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
34207 34207 Incorrect SQL query when adding a ManyToMany related object with a "through" table prevents adding a new relationship if the new relationship is identical except for a different value for "through_defaults" Database layer (models, ORM)
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
14092 14092 ImageField should allow SVG Database layer (models, ORM)
27996 27996 Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres contrib.postgres
27430 27430 `manage.py test` does not support unittest `-b` buffer option Testing framework
27921 27921 Documentation of make_aware() with is_dst is misleading Documentation
27018 27018 Admin views in admindocs crash with AttributeError contrib.admindocs
14642 14642 save_as=True and generic inline in admin gives IndexError contrib.contenttypes
27710 27710 foreign key _id optimisation leads to incorrect descriptor value Database layer (models, ORM)
27846 27846 refresh_from_db() doesn't clear reverse OneToOneFields Database layer (models, ORM)
27967 27967 The autogenerated OneToOneField on multi table inheritance breaks the InlineAdminForm given UUID pk contrib.admin
27952 27952 core.validators.validate_slug doesn't mention that only latin letters are accepted. Core (Other)
27475 27475 Bug in admin with date_hierarchy and Daylight savings contrib.admin
27742 27742 Unexpected migration on Parent -> child model inheritence Migrations
27725 27725 requests.post fail inside of django shell but not python shell Uncategorized
27246 27246 Factor out input template in ClearableFileInput and document template class attributes Forms
14284 14284 Support for Google Maps version 3 GIS
27177 27177 Migrations not found for app with same name as project Database layer (models, ORM)
14131 14131 The pagination module should have some limit, or a warning should be given in the documentation Documentation
14096 14096 Insert code generated by models using multiple inheritance is incorrect and fails in postgresql Database layer (models, ORM)
14497 14497 ModelAdmin.readonly_fields isn't graceful with filefields. contrib.admin
14394 14394 Assigning bad data to an m2m attribute should not clear existing data Database layer (models, ORM)
14760 14760 Admin inlines with file/image field fails to save_as contrib.admin
14298 14298 maximum open cursors exceeded on Jython and Oracle Database layer (models, ORM)
23 23 Add support for ValidationWarning Forms
14633 14633 Reorganize settings reference docs Documentation
14093 14093 Confusing error when failing to create a session key because the cache is unavailable contrib.sessions
14861 14861 Importing settings in a module that contains a logging Handler causes circular import. Core (Other)
14757 14757 Add An Example For .extra(tables=[]) Documentation
14195 14195 ContentType object fails to use cache, beats DB to death Uncategorized
14527 14527 GeoDjango docs shouldn't recommend PostgreSQL 8.3 Documentation
159 159 Circular logout problem contrib.admin
14184 14184 Validators not called on MultiValueField Forms
14597 14597 request.is_secure() should support headers like: X-Forwarded-Protocol and X-Forwarded-Ssl HTTP handling
14138 14138 Apache setup using sqlite3 breaks when performing a field__regex filter Database layer (models, ORM)
14579 14579 Use built-in sessions middleware for entirely cookie-based sessions contrib.sessions
14951 14951 Unique_for_[date|month|year] fails when the DateField is empty Database layer (models, ORM)
14060 14060 PostGISAdapter needs to properly cast input for comparisons on geography columns. GIS
14103 14103 Have django.utils.cache.patch_response_headers honor settings.USE_ETAGS setting Core (Cache system)
14162 14162 Dumpdata needs an option to use the base manager instead of the default manager Core (Management commands)
14426 14426 Factor "mysite" out of all code example import statements Documentation
14446 14446 auth.views.password_reset_confirm should never be cached contrib.auth
14464 14464 Docs should advise people to use the docs for their version Documentation
14526 14526 Geodjango docs shouldn't talk about Python 2.4 so much Documentation
14543 14543 ContentTypes tests fails if auth app is not installed contrib.contenttypes
14546 14546 Queryset docs should drop some legacy Django 1.0 instructions Documentation
14548 14548 Docs and implementation don't match regading return values of certain QuerySet aggregate functions Documentation
14612 14612 Password reset page leaks user count contrib.auth
14634 14634 Sessions are unnecessarily complex contrib.sessions
14640 14640 Add elapsed request time to the development server log HTTP handling
14652 14652 Sessions seem to be improperly using Pickle to hash a dictionary contrib.sessions
14682 14682 Class based views docs should be more explicit about template location Documentation
14685 14685 contrib.sessions.models has incompatible or extraneous code contrib.sessions
14770 14770 Should be able to set cookies from the request as well as the response. Core (Other)
14820 14820 Use `TextField` instead of `PositiveIntegerField` in docs and examples for generic relations. Documentation
14959 14959 model fields docs should link to local flavor Documentation
661 661 New function: batch save of objects would make for more efficient processing Core (Other)
14183 14183 Geodjango models broken with pydoc GIS
14049 14049 Fixture loading should be skipped for TestCase decorated with @skip* Testing framework
289 289 [patch] more details with "Please correct the errors below." contrib.admin
14960 14960 Write tests for inclusion_tag Template system
14105 14105 django.contrib.auth tests failing with cache middleware Core (Cache system)
14983 14983 request.user.username displays nothing str(request.user) displays 'paul' contrib.auth
14269 14269 It is impossible to run full Django test suite on Oracle because there is 100m maxsize limit for test tablespace Database layer (models, ORM)
14223 14223 Inconsistent exception raising on DB integrity errors Database layer (models, ORM)
14235 14235 UnicodeDecodeError in CSRF middleware Forms
14145 14145 undeterministic behavior when project or app template contains dotdir Core (Management commands)
14112 14112 Some documentation reST fixes Documentation
14123 14123 Trunk tests broken as of r13588 (1.2.x passes) Testing framework
14111 14111 Misleading note re: unreleased Sphinx version recomendation Documentation
14117 14117 POST Data is different when run from TestClient and actually received Testing framework
14115 14115 Provide a way to create custom lookups Database layer (models, ORM)
14086 14086 Tests don't pass on Python 2.4 because of a try/except/finally contrib.sessions
541 541 [patch] Making generic views use other templates like Zope3 ZPT Generic views
245 245 Remove old ordering syntax Metasystem
115 115 Models CRUD via web services Core (Other)
231 231 [patch] Make appropriate model fields honor max_length param Metasystem
139 139 edit_inline should grow some Javascript magic to increase usability contrib.admin
371 371 random filter in template throws an error Template system
536 536 Wrap load_and_render in HttpResponse in the calling function Tools
393 393 [patch] Filters don't take the str() value of a var Core (Other)
547 547 [patch] XMLRPC support for django Tools
529 529 Add support for GenericForeignKey Contrib apps
81 81 Setting primary_key=True on an non-integer field isn't yet supported contrib.admin
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
302 302 object.save() doesn't update, re-inserts contrib.admin
449 449 [patch] variable selection for templates should allow negative list indexes Template system
403 403 [patch] floatformat error Template system