Custom Query (633 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (201 - 300 of 633)

1 2 3 4 5 6 7
Ticket Summary Owner Type Component Version Ticket
#19948 Improve connection reset under PostgreSQL nobody Cleanup/optimization Database layer (models, ORM) dev
#20023 Admin Inline form validation must go in Model.clean() if AdminInline.form is not specified nobody Bug Documentation 1.5
#20024 QuerySet.exclude() does not work with lists containing a 'None' element. Bug Database layer (models, ORM) dev
#20034 Upload handlers provide no way to retrieve previously parsed POST variables New feature HTTP handling dev
#20057 Reverse related manager should be a manager INSTANCE, not CLASS nobody Bug Database layer (models, ORM) 1.5
#20127 Unify subquery generation in the ORM nobody Cleanup/optimization Database layer (models, ORM) dev
#20151 get_deleted_objects does not check permissions on proxy model objects without ModelAdmin nobody Bug contrib.admin 1.5
#20226 Django problematic when Oracle when column/table names are mixed case nobody Bug Database layer (models, ORM) 1.5
#20481 Provide official hooks for execution profiling nobody New feature Core (Other) dev
#20516 Allow use of prepared statements nobody New feature Database layer (models, ORM) dev
#20535 Unnecessary join created for intermediate table between two M2M tables nobody Bug Database layer (models, ORM) dev
#20551 Duplicate fixture labels nobody Cleanup/optimization Core (Management commands) dev
#20562 Docs: How to use django ORM with multiprocessing nobody Cleanup/optimization Documentation 1.5
#20589 contrib.auth.handlers.modwsgi fails for some backends nobody Bug contrib.auth 1.5
#20605 Allow extending the default auth permissions nobody New feature contrib.auth dev
#20671 Custom backend get_user function is assumed to search by primary key nobody New feature contrib.auth 1.5
#20712 staticfiles and serving post-processed files through development server New feature contrib.staticfiles 1.4
#20749 Add validation for type of Field.choices arguments New feature Core (System checks) dev
#20752 Error signals are not reliable, especially when dealing with database errors Bug HTTP handling dev
#20757 A more Object-Oriented URLResolver New feature Core (URLs) dev
#20775 Clarify the operator each database backend uses for text lookups (startswith, istartswith, contains, icontains, endswith and iendswith) nobody Cleanup/optimization Documentation 1.5
#20799 Document how to use FastCGI via WSGI nobody New feature Documentation dev
#20915 Remove django.test.client dependency on django.contrib.auth (and .sessions?) nobody Cleanup/optimization Testing framework dev
#20960 DEFAULT_TABLESPACE should be part of DATABASES New feature Database layer (models, ORM) dev
#21076 Offer the ability to store a hash of session IDs rather than the ID itself New feature contrib.sessions dev
#21135 Admin: Support for editing OneToOne related models in RELATED model nobody New feature contrib.admin dev
#21143 runtests might execute queries against the normal database instead of the testdatabase nobody Bug Testing framework dev
#21273 Add read only support for Oracle XE to django.contrib.gis nobody Cleanup/optimization GIS dev
#21278 Using dumpdata to create unit test fixtures causes duplicate foreign keys for auth permissions. Excluding auth causes other referenced auth models to be missing. nobody New feature contrib.auth 1.5
#21292 A how-to or tutorial document for using authentication views and forms is needed New feature Documentation dev
#21295 Add on_update support nobody New feature Database layer (models, ORM) dev
#21392 changepassword option to read from stdin New feature contrib.auth dev
#21429 BaseCommand should use logging instead of custom output wrappers New feature Core (Management commands) dev
#21454 Ignoring certain fields on INSERT and UPDATE queries New feature Database layer (models, ORM) dev
#21461 Add pre_update and post_update signals New feature Database layer (models, ORM) dev
#21523 Models DateField to_python method no longer supports mock dates. Cleanup/optimization Database layer (models, ORM) 1.6
#21540 TestCase with multiple assertRaises fails with TransactionManagementError Bug Testing framework dev
#21602 FileSystemStorage._save() Should Save to a Temporary Filename and Rename to Attempt to be Atomic nobody Cleanup/optimization File uploads/storage dev
#21699 Provide a way to define a model without being registered into the app registry / Get rid of get_registered_model nobody New feature Core (Other) dev
#21739 When running tests fixture error output isn't visible Bug Testing framework 1.6
#21742 Unable to prevent creation of a database during test runs nobody New feature Testing framework 1.5
#21772 additional context for included templates can override current context nobody Bug Template system 1.6
#21777 Make request exception handling more robust to subsequent exceptions nobody Cleanup/optimization HTTP handling dev
#21837 auth.User Email - non-RFC spec case normalization Bug contrib.auth 1.6
#21906 dumpdata should not use router.allow_migrate Bug Core (Management commands) dev
#21949 Django doesn't log much at high verbosity levels nobody New feature Core (Other) 1.6
#22016 Automatically reload i18n files on change, when DEBUG is True Patrick Michaud New feature Internationalization dev
#22079 TestClient serialization of GET params with empty list as value nobody Bug Testing framework dev
#22088 XML deserializer strips leading whitespace on loaddata Bug Core (Serialization) 1.6
#22158 Allow model level custom lookups nobody New feature Database layer (models, ORM) dev
#22226 Reversing admin URLs requires undocumented filter admin_urlquote. nobody Bug contrib.admin dev
#22274 better tutorial for geodjango New feature GIS 1.6
#22298 Rename Form Media to Static (or get rid of Form Media completely?) Cleanup/optimization Forms dev
#22439 LiveServerTestCase handles error messages inconsistently Cleanup/optimization Testing framework 1.6
#22479 Support byte range requests in django.views.static.serve New feature HTTP handling dev
#22536 Exceptions using date-based generic views with MySQL, USE_TZ=True and bad data Chris Adams Bug Generic views 1.5
#22666 GenericIPAddressField index never used on PostgreSQL nobody Bug Database layer (models, ORM) dev
#22673 inspectdb not support database schema on postgresql with name different of "public" nobody New feature Database layer (models, ORM) dev
#22689 inlines with sliced and ordered querysets save incorrectly when underlying data has changed since page load nobody Bug contrib.admin 1.7
#22724 Improve SingleObjectMixin Cleanup/optimization Generic views dev
#22752 Allow PasswordResetForm email to render URLs based on the current namespace nobody Cleanup/optimization contrib.auth dev
#22757 prefetch_related isn't as effecient as it could be with GenericForeignKey and proxy models Cleanup/optimization Database layer (models, ORM) dev
#22761 Migrating from an auto to natural key with foreign model and 'to' FK nobody Bug Migrations 1.7
#22775 Management command sqlall should support unmanaged models nobody New feature Core (Management commands) dev
#22887 unique_for_date error message in Field has untranslated param lookup_type Cleanup/optimization Internationalization dev
#22995 Deprecate auto_now and auto_now_add and document alternatives nobody Cleanup/optimization Database layer (models, ORM) dev
#23027 Add database-backend-specific checks nobody New feature Core (System checks) dev
#23034 Add migrations support for adding ManyToMany "through" model New feature Migrations dev
#23054 Document limitations of cache middleware more clearly nobody Bug Documentation 1.6
#23076 Cascaded deletion of polymorphic models fails nobody Bug Database layer (models, ORM) dev
#23242 Add an option to avoid slow date_hierarchy queries on a big tables nobody New feature contrib.admin dev
#23251 Use a temporary folder to store uploaded files during tests Bug Testing framework dev
#23268 Fixtures: Natural Key support for Generic Foreign Keys Bug Core (Serialization) 1.6
#23318 Management command dbshell does not use DATABASE[...]['OPTIONS'] to set env PGOPTIONS New feature Core (Management commands) dev
#23319 Django uses unnecessary join in concrete inheritance nobody Cleanup/optimization Database layer (models, ORM)
#23321 Remove .mo files from the Django Git repository nobody Cleanup/optimization Internationalization dev
#23326 DatabaseCache must implement incr to guarantee atomic increment Bug Core (Cache system) 1.6
#23356 Unable to create template tag which behaves similar to {% verbatim %} Cleanup/optimization Template system dev
#23435 GenericForeignKey should be indexed nobody Cleanup/optimization contrib.contenttypes dev
#23501 remove/add fields programatically in modelform fails in admin nobody Bug contrib.admin 1.7
#23559 Staff (not superusers) should not manage perms of Users New feature contrib.auth
#23582 Django 1.7 initial data can't relies on other apps one. nobody Cleanup/optimization Documentation 1.7
#23687 Prevent `ContentType.objects.get_for_model` from creating objects for deferred, auto_created and swapped models nobody Cleanup/optimization contrib.contenttypes dev
#23746 Allow assertNumQueries to clear caches before it runs nobody New feature Testing framework dev
#23771 Optimisation idea for Paginator object nobody Cleanup/optimization Database layer (models, ORM) 1.6
#23843 Test failures on Oracle/Python3 Bug Database layer (models, ORM) dev
#23854 Add custom SelectRelated classes nobody New feature Database layer (models, ORM) dev
#23870 Sliced QuerySets in ModelChoiceField nobody Bug Forms 1.6
#23902 Migrating between Geography / Geometry types fails nobody Bug GIS 1.7
#23931 db_manager() method doesn't increment creation_counter nobody Bug Database layer (models, ORM) 1.7
#23964 Support for Meta.constraints validation across forms in a model formset. nobody Bug Forms 1.7
#23996 Allow AlterOrderWithRespectTo to order existing data New feature Migrations dev
#24039 Filtering using __in on a count annotated queryset returns empty results nobody Cleanup/optimization Database layer (models, ORM) 1.7
#24082 Unique=True on TextField or CharField should not create an index Bug Database layer (models, ORM) 1.7
#24117 make admin not require context_processors nobody Cleanup/optimization contrib.admin dev
#24162 "Method Flowchart" for all CB(G)V documentation pages New feature Documentation 1.7
#24182 Document or improve limitations for doing queries in field defaults nobody New feature Migrations dev
#24199 string_if_invalid doesn't provide information in many cases nobody Cleanup/optimization Template system dev
#24203 Optimisation: adding multiple fields to same model should attempt to run single ALTER TABLE statement nobody Cleanup/optimization Migrations dev
#24213 RFC 2231 Section 4.1 is not implemented New feature HTTP handling dev
1 2 3 4 5 6 7
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.
Back to Top