Custom Query (452 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 100 of 452)

1 2 3 4 5
Ticket Summary Owner Type Component Version Ticket
#1028 High-level feed framework should make more feed elements available Ahmet Deger New feature contrib.syndication dev normal
#1688 Permissions don't get translated in admin interface Emme Bravo defect Internationalization 1.2 normal
#2361 QuerySet.filter(m2mfield__isnull=False) may return duplicates Norbert Stüken Bug Database layer (models, ORM) dev normal
#2750 ManyToManyField ignores 'default' option Wim Feijen Bug Database layer (models, ORM) normal
#3461 DatabaseWrapper should pass through args and kwargs to underlying database adapter Asif Saifuddin Auvi Bug Database layer (models, ORM) dev
#5518 Capitalized verbose names for models Ahtisham Shafi Cleanup/optimization Internationalization newforms-admin
#5793 Allow custom attributes in Meta classes New feature Database layer (models, ORM) dev
#5815 Adds per-view cache refreshing (clearing) Ahter Sönmez New feature Core (Cache system) dev
#5865 cycle template tag should accept a single argument Giannis Terzopoulos New feature Template system dev
#6363 Login page is redisplayed without any message if AdminSite.has_permission() returns False Ahtisham Shafi Bug contrib.admin dev
#6376 Allow using custom gettext domains Rui Pereira New feature Internationalization dev
#6989 Inability to define DNS_NAME in django.core.mail results in e-mail messages being rejected or marked as spam Jacob Rief Bug Core (Mail) dev
#7835 Provide the ability for model definitions that are only availably during testing Josh Thomas New feature Testing framework dev
#8408 Add a new meta option: don't do count(*) in admin rylaix New feature contrib.admin dev
#8472 Add "Recent Actions" panel to app_index template Dario Ocles New feature contrib.admin dev
#8851 Add a default option to list_filter in the admin interface Andrew Aikman New feature contrib.admin dev
#8972 Add ability to delete selected vector features within the Geodjango/OpenLayers Admin map interface jbronn New feature GIS 1.0
#9198 Make the {% include %} strip a trailing newline Ahtisham Shafi Cleanup/optimization Template system 1.0
#9739 Admin does not correctly prefill DataTimeField from URL Fabian Binz Bug contrib.admin 1.0
#10088 for_share() as well as for_update() addition to Model.QuerySet Nick Pope New feature Database layer (models, ORM) dev
#10244 FileFields can't be set to NULL in the db Adam Zapletal Bug Database layer (models, ORM) 1.0
#10403 provide declarative syntax to define FormSets - including ModelFormSet and InlineFormSet Mitchina New feature Forms dev
#10686 Add class name interpolation in Meta.permissions codenames [email protected] New feature Database layer (models, ORM) dev
#10761 ModelAdmin.queryset() is missing a mechanism for specifying different querysets for changelist and change object views Tom Carrick New feature contrib.admin dev
#10944 Site app should be able to make absolute URLs. Christopher Medrela New feature contrib.sites 1.0
#11541 F() expressions don't allow assignment of Foreign Key values on instances Aman Pandey Bug Database layer (models, ORM) 1.1-beta
#11593 Incomplete support for app-level testing Raphael Kimmig New feature Testing framework dev
#12090 Show admin actions on the edit pages too Marcelo Galigniana New feature contrib.admin dev
#12203 ManyToManyField with through model can't be used in admin Rosana Rufer Bug contrib.admin dev
#12264 calendar.js depends on jsi18n but date widgets using it do not specify as required media Adam Zapletal New feature Forms 1.1
#12498 Add multi-field validators jkocherhans New feature Forms
#13314 "FileField" validation does not account for "upload_to" when counting characters Andrew Northall Bug Forms 1.1
#13376 Messages should have an "expire" flag Andy Miller New feature contrib.messages 1.2-beta
#13559 Need a contextprocessor for current site Farhan Ali Raza New feature contrib.sites dev
#13659 Make the request accessible in callables used in ModelAdmin.list_display Paulo New feature contrib.admin dev
#13677 ModelFormSet may query wrong database backend Tobias Kunze Bug Forms dev
#13841 Allow context processors access to current version of context Colin Copeland New feature Template system dev
#13883 SelectBox.js with grouping (optgroup elements) Sean Helvey Bug contrib.admin dev
#13910 Add generator version of Template.render(Context) Petr Glotov New feature Template system dev
#14035 Cannot access POST after request.encoding was set to a custom value Piotr Czachur Bug HTTP handling dev
#14688 BaseInlineFormSet does not support "auto_id" Zeth Bug Forms dev
#14845 Document connection-creation process Pradhvan Bisht New feature Documentation dev
#15049 Using annotation before and after filter gives wrong results Abhinav Yadav Bug Database layer (models, ORM) dev
#15059 Additional Documentation for the objects in the admin templates Hassan Mian Cleanup/optimization Documentation 1.2
#15759 list_editable should respect per-object permissions Artyom Kotovskiy Bug contrib.admin dev
#15879 multipart/form-data filename="" not handled as file Hridesh MG Bug File uploads/storage 1.3
#16022 Cyclic reference in FieldFile causes memory usage to grow considerably Joshua Massover Cleanup/optimization Database layer (models, ORM) 4.0
#16508 Provide real support for virtual fields Asif Saifuddin Auvi New feature Database layer (models, ORM) dev
#16521 Provide keyboard shortcuts in admin Mike Schem New feature contrib.admin 1.3
#16732 Unable to have abstract model with unique_together Can Sarıgöl Bug Database layer (models, ORM) dev
#17208 Dogfood class-based views in contrib.admin Yoong Kang Lim Cleanup/optimization contrib.admin dev
#17235 Multipartparser shouldn't leave request.POST/request.FILES mutable bcail Bug HTTP handling dev
#17508 DateDetailView should accept less specific dates, ie Year/Month or just Year Moon Limb New feature Generic views dev
#17688 No m2m_changed signal sent to when referenced object is deleted jorgecarleitao Bug Database layer (models, ORM) 1.3
#17752 Serialization and multi-table inheritance Saksham Jain Cleanup/optimization Documentation 1.3
#17854 Add database-specific checks for the maximum supported values of DecimalField max_digits, decimal_places Yu Chen Lee New feature Core (System checks) dev
#18283 FileField should not reuse FieldFiles Andrzej Pragacz Bug Database layer (models, ORM) 1.4
#18597 `BaseInlineFormSet` should attempt to get it's queryset from it's instance related manager before falling back to it's model's default manager Steven Johnson Cleanup/optimization Forms dev
#19255 BaseGenericInlineFormSet runs validation methods before linking form instances to their related object Ariel Pontes Bug contrib.contenttypes 1.4
#19515 Increase the max_length of Redirect.old_path/new_path Michael Howitz Cleanup/optimization contrib.redirects dev
#19755 Incremental filter Przemysław Suliga New feature contrib.admin dev
#20313 AnonymousUser should follow custom User implementation thinkingpotato New feature contrib.auth
#20372 using registration/logged_out.html template overrides admin logout Ayush Khatri Cleanup/optimization contrib.admin 1.5
#20434 Have a template tag grammar instead of handling token/parser for every tag, and make it possible to introspect the grammar. jonathanslenders New feature Template system
#20768 Create a reference of public Manager methods Clifford Gama New feature Documentation dev
#20824 User Auth: A Complete Solution for Email Login Handling Ülgen Sarıkavak New feature contrib.auth dev
#21065 Internally choosing how to process a template is inconsistent IronJam Cleanup/optimization Template system dev
#21080 collectstatic post-processing fails for references inside comments blighj Bug contrib.staticfiles dev
#21286 Fix commented out tests in serializers.test_data Adam Zapletal Bug Core (Serialization) dev
#21289 Add login rate limiting to contrib.auth Tom Carrick New feature contrib.auth dev
#21381 Remove contrib.redirects dependency on contrib.sites Dmitry Pechnikov New feature contrib.redirects dev
#21442 Configurable request parsing. Carlton Gibson New feature HTTP handling dev
#21604 Embed raw queries as subqueries when used with an __in filter William New feature Database layer (models, ORM) dev
#21961 Add support for database-level cascading options Mariusz Felisiak New feature Database layer (models, ORM) dev
#21963 makemessages still ignores translations in templates with inline comment tags Sergey Kolosov Bug Internationalization 1.6
#21978 Add optional gunicorn support to runserver Berker Peksag New feature Core (Management commands) dev
#21987 Allow Media objects to have their own MEDIA_TYPES Michael Kelly Cleanup/optimization Forms dev
#22125 Unnecessary creation of index for ManyToManyField Akash Kumar Sen Cleanup/optimization Database layer (models, ORM) dev
#22425 provide ability to abort URL resolution early Tijani-Dia New feature Core (URLs) dev
#22449 Colorize output of test results Yuri Shikanov New feature Testing framework dev
#22492 provide a way to prevent database queries on model objects Raúl Cumplido New feature Database layer (models, ORM) dev
#22633 LANGUAGE_CODE should be automatically set based on system locale Håkan W New feature Internationalization dev
#22997 Migration fails when removing explicit primary key bcail Bug Migrations 1.7
#23051 QuerySet.only() fail to work with reverse o2o relationships Paulo Bug Database layer (models, ORM) dev
#23337 CircularDependencyError when squashing migrations bcail Bug Migrations dev
#23424 Verbatim tag fails to render curly braces Atul Bhouraskar Bug Template system dev
#23521 removal of concrete Model from bases doesn't remove it from ModelState bases Tom L. Bug Migrations dev
#23533 Hook for default QuerySet filtering defined on the QuerySet itself. Mariusz Felisiak New feature Database layer (models, ORM) dev
#23557 Prevent silent extension of explicit GROUP BY when using order_by ontowhee Bug Database layer (models, ORM) 1.7
#23577 Rename operations should rename indexes, constraints, sequences and triggers named after their former value Victor Rocha Bug Migrations dev
#23595 “add” button for related fields in admin interface should send 'limit_choices_to' parameter to add form Greg Chapple Cleanup/optimization contrib.admin dev
#23764 sessions.backends.cache.SessionStore does not respect settings.SESSION_SERIALIZER Ravi Kotecha Cleanup/optimization contrib.sessions 1.7
#24267 Simplify Query.build_filter() Simon Charette Cleanup/optimization Database layer (models, ORM) dev
#24686 Support for Moving a model between two Django apps Bhuvnesh New feature Migrations dev
#24886 Add process_lhs() method for Transform Samriddha Kumar Tripathi Cleanup/optimization Database layer (models, ORM) dev
#24947 Move admin changelist filters into a separate class (Mixin) Antoliny New feature contrib.admin dev
#25068 Metaclass conflict when doing createmigrations in ModelState.render Tom L. Bug Migrations dev
#25139 ModelFormSet: allow swapping unique values Parth Patil New feature Forms dev
#25251 Inconsistent availability of data from migrations in TestCases when using --keepdb Nathan Florea Bug Testing framework 1.8
#25313 Document how to migrate from a built-in User model to a custom User model pradhvan New feature Documentation 1.8
1 2 3 4 5
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.
Back to Top