Marc Tamlyn

(mjtamlyn)

Most Active Role

Reporter

Most Active Component

Contrib.Admin

Activity Timeline

[No data in this time period]

Components

Tickets

Trac Ticket (59) Reporter (45) Owner (12) Commenter (60) Summary Component
18448 18448 Rename all documentation files to have .rst extension Documentation
25195 25195 update_or_create doesn't understand F() operations Database layer (models, ORM)
24721 24721 3 Add "test extensions" (e.g. something similar to mail.outbox for messages) Testing framework
28053 28053 Allow fields to specify arbitrary indexes via db_index=Index() Database layer (models, ORM)
21993 21993 Messages documentation is topic style, there is no ref Documentation
22382 22382 1 ManyRelatedManager's get_prefetch_queryset doesn't validate the prefetch types Database layer (models, ORM)
22841 22841 ModelChoiceField does not make it easy to reuse querysets Forms
24782 24782 Add TestCase.assertFormValid Testing framework
27719 27719 2 Add queryset.alias() to mimic .annotate() for aggregations without loading data Database layer (models, ORM)
27996 27996 1 Add pgcrypto extension and GEN_RANDOM_UUID function to contrib.postgres contrib.postgres
20917 20917 1 Change the password hashers when testing Testing framework
20941 20941 1 Provide a way for CBVs to be called from instances Generic views
18937 18937 Use modern Python packaging metadata standard (1.2, PEP 345) Packaging
27732 27732 1 django.contrib.postgres.search SearchRank doesn't handle SearchVectorField references contrib.postgres
20094 20094 1 Models with `next` method on python 2.6 Database layer (models, ORM)
28045 28045 Support phraseto_tsquery contrib.postgres
27680 27680 Recommend ccbv.co.uk in class-based views docs Documentation
27582 27582 1 Allow HStoreField to store null values in key: value pairs contrib.postgres
27503 27503 Provide a way for to-many rels to be used without the db Database layer (models, ORM)
14030 14030 Use F() objects in aggregates(), annotates() and values() Database layer (models, ORM)
26530 26530 2 Batch operations on large querysets Database layer (models, ORM)
24134 24134 Document short command line options for management commands Documentation
25413 25413 2 Add an option to squashmigrations to remove RunPython and RunSQL Migrations
20916 20916 3 Provide a "force_login" feature for the test client Testing framework
24604 24604 JSONField for contrib.postgres contrib.postgres
22022 22022 Allow field subclasses to require additional SQL Database layer (models, ORM)
22394 22394 2 Built-in datetime Lookups should actually be Transforms Database layer (models, ORM)
22838 22838 2 Deprecate ModelChoiceField.cache_choices Forms
24092 24092 2 New ArrayField from django.contrib.postgres.fields does not correctly save an array of GenericIPAddressField contrib.postgres
24118 24118 2 Add --debug-sql option to tests to print SQL queries on failure Testing framework
24011 24011 Add Range fields for contrib.postgres contrib.postgres
2443 2443 3 Add IntervalField to database models Database layer (models, ORM)
24033 24033 1 Reimplement Interval type on Oracle Database layer (models, ORM)
19463 19463 3 Add UUID Field to core Database layer (models, ORM)
23626 23626 2 Change coding style for sql, params return lines Database layer (models, ORM)
23627 23627 1 Add a decorator for lookup registration. Database layer (models, ORM)
18757 18757 2 Examine ways to get rid of DB backend convert_values() Database layer (models, ORM)
22840 22840 Use six.integer_types everywhere Python 2
14462 14462 Aggregates default to the database type instead of the field type Database layer (models, ORM)
21022 21022 Ensure URL naming is always preferred everywhere in the docs Documentation
22648 22648 1 Overridden get_lookup/get_transform not chainable Database layer (models, ORM)
20959 20959 Create reference docs for db.migrations Documentation
21721 21721 9 Python 3.4 support Python 3
22002 22002 1 AppConfig.ready() and tests Documentation
21901 21901 Dependencies on unmigrated apps not always detected. Migrations
21774 21774 1 Running some test labels individually results in PendingDeprecationWarnings Uncategorized
23 23 1 Add support for ValidationWarning Forms
20919 20919 assertRedirects without loading the target page Testing framework
20938 20938 Improve performance section of the deploying checklist Documentation
20918 20918 Tidy up implementation of custom assertions Testing framework
20944 20944 1 Inaccurate description in View.dispatch() docs Documentation
20884 20884 2 Stop using ._clone() in class based views Generic views
20460 20460 1 Documentation for customer user models should warn about naming it User Documentation
19748 19748 Document django.utils.module_loading.import_by_path Documentation
19547 19547 1 Queryset.__or__ and caching of known related instances breaking Database layer (models, ORM)
18634 18634 1 Escaping in the startproject command Core (Management commands)
18436 18436 1 Review references to Subversion given github move Documentation
17583 17583 Add raw kwarg to m2m signals Database layer (models, ORM)
16707 16707 1 Form.is_valid should be a property. Forms