Alan Stebbens

(aks)

Most Active Role

N/A

Most Active Component

Migrations

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (99) Reporter (1) Owner (0) Commenter (6) Summary Component
27222 27222 Refresh fields that are expressions after Model.save() Database layer (models, ORM)
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)
897 897 2 Bi-Directional ManyToMany in Admin contrib.admin
373 373 1 Add support for multi-column primary keys. Database layer (models, ORM)
34609 34609 Deprecate format_html calls without args or kwargs Utilities
34898 34898 Adding non-deterministic collations to unique CharFields crashes on PostgreSQL. Migrations
34429 34429 Allow to set unusable password via admin UI contrib.auth
34654 34654 Post-normalization performed on the Username field leading to the bypass of the whitespace stripping contrib.auth
34852 34852 Django Unit Tests break when using replicated MySQL Cluster v8.0.28 Testing framework
34907 34907 loaddata crashes on objects with natural keys when don't exist on passed database. Core (Serialization)
34963 34963 Recursive and other "combinator" queries broken in django-cte Uncategorized
34581 34581 Filters should not implicitly mark unsafe strings as safe without escaping Template system
34866 34866 Cannot inspect migrations that replace squashed migrations with sqlmigrate Migrations
34451 34451 1 Incorrect exception handling within the django exception handler Error reporting
34771 34771 QuerySet.order_by() crashes on constants that cannot be cast on MySQL. Database layer (models, ORM)
34634 34634 Creating objects with nested MTI crashes. Database layer (models, ORM)
34641 34641 Null value referenced from a JSONField using an expression that defines an output_field returns the string "null" instead of a None value Uncategorized
34350 34350 WSGIRequest crashes when "wsgi.input" is None. Core (Other)
34521 34521 Use __slots__ for template Node classes Template system
34383 34383 Layout error in Admin when using help_text Template system
34341 34341 FileSystemFinder harsh regarding its input on Windows contrib.staticfiles
34180 34180 Document that setting language in tests affects other tests Documentation
34155 34155 ModelAdmin.render_change_form does not lowercase the app_label when setting template directories contrib.admin
27147 27147 Add support for defining bounds in postgres range fields contrib.postgres
27060 27060 Take indexes into account in inspectdb command Core (Management commands)
27064 27064 Implement RenameIndex in a backwards compatible way Migrations
14357 14357 Prevent inappropriate order-based grouping on values+annotate queries Database layer (models, ORM)
27339 27339 1 Adding an AutoField prompts for a default which creates a broken migration Migrations
14628 14628 Document which settings can be changed at runtime Documentation
17 17 Metasystem optimization: Share select_related in memory Database layer (models, ORM)
27025 27025 Python 3.6 compatibility Core (Other)
27098 27098 Deprecate DatabaseIntrospection.get_indexes Database layer (models, ORM)
27226 27226 Remove patch_response_headers()'s setting of the "Last-Modified" header HTTP handling
27979 27979 Using F() to save negative integers in unsigned columns on MySQL should raise IntegrityError rather than OperationalError Database layer (models, ORM)
27563 27563 Move "Apply limit_choices_to" code from BaseModelForm to fields_for_model() Forms
27967 27967 The autogenerated OneToOneField on multi table inheritance breaks the InlineAdminForm given UUID pk contrib.admin
27241 27241 Annotate doesn't work with PostgreSQL views anymore Database layer (models, ORM)
27359 27359 Make it possible to specify a default template engine Template system
27260 27260 Performance Issue because of LEFT OUTER JOIN instead the better INNER JOIN Database layer (models, ORM)
27709 27709 ContentTypes.objects.get_for_models returns inconsistent results for proxy models contrib.contenttypes
27054 27054 makemigrations tries to create django_migrations in external database Migrations
27328 27328 return `Set-Cookie` if sessionid= None value contrib.sessions
27165 27165 CreateModel without indexes always includes options={'indexes': []} Migrations
27220 27220 MultiWidget not considered in form submit Forms
27097 27097 Add introspection for index type Database layer (models, ORM)
27066 27066 Possible Memory leak while evaluating a QuerySet Database layer (models, ORM)
14200 14200 new RegexURLResolver is contructed for every request Core (URLs)
14196 14196 Objects that come from something_set, should have their parent object filled in Database layer (models, ORM)
14881 14881 [nonrel] Do not assume ``User.id`` to be an integer in django.contrib.auth's pasword reset feature contrib.auth
23530 23530 yaml data files need PyYAML installed Documentation
14930 14930 `values_list()` fails on queryset ordered by extra column Database layer (models, ORM)
14800 14800 Development server should NOT elide favicon from the logs Core (Management commands)
14857 14857 has_results cleanup Uncategorized
14019 14019 SQLInsertCompiler.as_sql() failure Database layer (models, ORM)
14057 14057 Expose an interface for custom-escaping template content Template system
14332 14332 manage testserver and manage runserver should have similiar address:port options Core (Management commands)
14646 14646 django.contrib.comments is missing default template for comment_notification_email.txt, and has no documentation of template context contrib.comments
14387 14387 pre_save problem with inherrited model Database layer (models, ORM)
14633 14633 Reorganize settings reference docs Documentation
14574 14574 Initial values support for inline model formsets Forms
14354 14354 Check password is not None in User.check_password contrib.auth
14924 14924 I18N looks for translations in the reverse order of the apps Internationalization
14576 14576 Regression in FormWizard contrib.formtools
14809 14809 Broken login related tests after r14733 contrib.auth
14004 14004 update() is not mention in the Queryset API Reference Documentation
14386 14386 Standardize Site/RequestSite access; looser coupling of sites framework in contrib Contrib apps
14972 14972 AdminEmailHandler breaks when report is missing stack trace information Core (Other)
14612 14612 Password reset page leaks user count contrib.auth
14640 14640 Add elapsed request time to the development server log HTTP handling
399 399 Bigint field object needed Database layer (models, ORM)
342 342 Add a way for fields to be displayed in the admin without being editable contrib.admin
285 285 1 WSGIRequest should set request.path to full uri path HTTP handling
14288 14288 Template filter: linebreaksbr doesn't normalize newlines Template system
14903 14903 wsgiref usage HTTP handling
14075 14075 ManyToMany relationships create circular references Database layer (models, ORM)
14443 14443 Oracle backend returns wrong test database name Database layer (models, ORM)
14014 14014 Admin Add user view: Clicking 'Save and add another' button still shows extended user detail form contrib.admin
14425 14425 Unused imports in contrib.admin contrib.admin
14281 14281 Small documentation fixes after djangocon 2010 sprints commit-fest Documentation
14065 14065 Admin: non-AutoField primary_key in child model breaks admin inlines (MultiValueDictKeyError) Contrib apps
14001 14001 Can't use testing w/out having db creation privileges Testing framework
685 685 [patch] list_detail and archive_* generic views should default allow_empty to True Generic views
69 69 Enhancing the MySQL backend Database layer (models, ORM)
389 389 [patch] admin interface only sorts by first ordering field contrib.admin
65 65 [i18n] Internationalization and localisation contrib.admin
338 338 ManyToMany fields don''t work in the generic views Generic views
122 122 [patch] Build models using fieldname=FieldClass Core (Other)
275 275 Missing arg in django.core.validators.RequiredIfOtherFieldGiven introduced by changeset 403 Core (Other)
700 700 urlify.js and slugify use different character for spaces Core (Other)
799 799 new error templates expose secret keys Core (Other)
170 170 Unicode field names cause UnicodeEncodeError in main admin handler contrib.admin
500 500 [patch] Templates files extensions other than '.html' should be possible Template system
849 849 login_required redirects to pages without parameters and so loses them Core (Other)
842 842 [patch] Technical 500 response broken in the presence of a local variable named "items" Core (Other)
156 156 changeset 293 breaks tutorial polls app contrib.admin
672 672 get_absolute_url isn't nice contrib.syndication
764 764 [i18n] blocktrans parsing error when filter argument contains spaces Template system
479 479 [patch] Implement timezone-formats in date-formatting Database layer (models, ORM)
545 545 Checkin [670] breaks modpython Core (Other)