Groups
Groups
Sign in
Groups
Groups
Django developers (Contributions to Django itself)
Conversations
About
Send feedback
Help
Sort By Relevance
Sort By Date
1–30 of many
Mariusz Felisiak
,
Rose Jack
5
4/2/24
Fellow Reports - March 2024
()
ignore
fields with db_default when validating empty values. https://github.com/django/django/pull/17831 - Fixed #35044 -- Avoided clearing reverse relations and private
unread,
Fellow Reports - March 2024
()
ignore
fields with db_default when validating empty values. https://github.com/django/django/pull/17831 - Fixed #35044 -- Avoided clearing reverse relations and private
4/2/24
tatari...@gmail.com
, …
Jörg Breitbart
5
1/12/23
Inconsistent pagination when sorting by non-unique columns (ticket 34251)
would simply
filter
/
ignore
the entire warning which would hide actual positives, but I guess it's better than nothing. To sum up: -1 on implicit pk ordering by default +0 on implicit
unread,
Inconsistent pagination when sorting by non-unique columns (ticket 34251)
would simply
filter
/
ignore
the entire warning which would hide actual positives, but I guess it's better than nothing. To sum up: -1 on implicit pk ordering by default +0 on implicit
1/12/23
David Sanders
,
charettes
3
8/24/22
Feature Request (have sample implemenation): ALL subquery
up (
ignore
the execution time when I ran them through pgbench they were roughly the same on average): # update pgbench_accounts set abalance = 10 where bid in (4, 7); UPDATE 200000 # explain
unread,
Feature Request (have sample implemenation): ALL subquery
up (
ignore
the execution time when I ran them through pgbench they were roughly the same on average): # update pgbench_accounts set abalance = 10 where bid in (4, 7); UPDATE 200000 # explain
8/24/22
Laurent Lyaudet
,
Jason Johns
3
4/5/22
Feature requests for queryset
is to
ignore
a particular
filter
, thus it has no other requirement than to be identifiable by Django code and distinct from all other valid values of filters. Making it a constant object
unread,
Feature requests for queryset
is to
ignore
a particular
filter
, thus it has no other requirement than to be identifiable by Django code and distinct from all other valid values of filters. Making it a constant object
4/5/22
Mariusz Felisiak
4
1/21/22
Fellow Reports - December 2021
context managers
ignore
count and msg_prefix parameters. (accepted) https://code.djangoproject.com/ticket/24125 - TemplateDetailView in admindocs requires a single Django
unread,
Fellow Reports - December 2021
context managers
ignore
count and msg_prefix parameters. (accepted) https://code.djangoproject.com/ticket/24125 - TemplateDetailView in admindocs requires a single Django
1/21/22
Mariusz Felisiak
4
3/30/20
Fellow Reports - March 2020
qs.
filter
(related=Q(...)). (duplicate) https://code.djangoproject.com/ticket/31398 - multiple_database.tests.AuthTestCase doesn't flush the default database
unread,
Fellow Reports - March 2020
qs.
filter
(related=Q(...)). (duplicate) https://code.djangoproject.com/ticket/31398 - multiple_database.tests.AuthTestCase doesn't flush the default database
3/30/20
Mariusz Felisiak
5
11/4/19
Fellow Reports - October 2019
work as
filter
. (worksforme) https://code.djangoproject.com/ticket/30822 - Oracle Bulk Create TextField fails when there is a mix of short and long string. (duplicate) https
unread,
Fellow Reports - October 2019
work as
filter
. (worksforme) https://code.djangoproject.com/ticket/30822 - Oracle Bulk Create TextField fails when there is a mix of short and long string. (duplicate) https
11/4/19
Mariusz Felisiak
4
9/30/19
Fellow Reports - September 2019
for tests
ignore
database specific names. (invalid) https://code.djangoproject.com/ticket/24680 - In testing, warnings appear when loading database-specific fixtures. (
unread,
Fellow Reports - September 2019
for tests
ignore
database specific names. (invalid) https://code.djangoproject.com/ticket/24680 - In testing, warnings appear when loading database-specific fixtures. (
9/30/19
Daniel Stanton
, …
אורי
29
1/6/19
Ticket 2273: django.contrib.auth.models.User: username is case-sensitive
Net can
ignore
this RFC and it's up to > > Django to decide what to do with this RFC. > > > > By the way, my name in Hebrew is אורי and there is no such problem in > >
unread,
Ticket 2273: django.contrib.auth.models.User: username is case-sensitive
Net can
ignore
this RFC and it's up to > > Django to decide what to do with this RFC. > > > > By the way, my name in Hebrew is אורי and there is no such problem in > >
1/6/19
ilya.ka...@jetbrains.com
, …
Jeremy Nauta
29
1/2/23
models.CalculatedField feature
qs.
filter
(age__gt=18)` scattered around everywhere and a separate `can_drink` function of property. Without the `can_drink` function returning the correct result when the model
unread,
models.CalculatedField feature
qs.
filter
(age__gt=18)` scattered around everywhere and a separate `can_drink` function of property. Without the `can_drink` function returning the correct result when the model
1/2/23
Sergei Maertens
, …
Daniele Procida
24
7/3/16
Form field labels change proposal
a warnings
filter
>> so that the warning is only emited once. An example of that already exists >> in the migrations: django.db.migrations.state.ModelState.render
unread,
Form field labels change proposal
a warnings
filter
>> so that the warning is only emited once. An example of that already exists >> in the migrations: django.db.migrations.state.ModelState.render
7/3/16
Rich Rauenzahn
,
Tim Graham
4
5/9/16
failure to load fixtures during unit tests
around/
ignore
it. As I step through the code, it really looks like the _save_table() method in Model is trying to insert a row even though the object has already been restored/inserted
unread,
failure to load fixtures during unit tests
around/
ignore
it. As I step through the code, it really looks like the _save_table() method in Model is trying to insert a row even though the object has already been restored/inserted
5/9/16
Tore Lundqvist
, …
Jeremy Dunck
19
3/18/16
TransactionManagementError is raised when autocommit …
can probably
ignore
everything I say about savepoints.) > On 07 Mar 2016, at 12:55, Tore Lundqvist wrote: > > an example of when it happens is when: > > Starting with auto
unread,
TransactionManagementError is raised when autocommit …
can probably
ignore
everything I say about savepoints.) > On 07 Mar 2016, at 12:55, Tore Lundqvist wrote: > > an example of when it happens is when: > > Starting with auto
3/18/16
Owais Lone
, …
Ben Cole
22
11/8/16
[Review Request] Added support for database delegated fields (like AutoField)
objects.
filter
().update(**fields) we should not include so called *auto fields* in the update statement but we should never leave out a field explicitly specified, (we already
unread,
[Review Request] Added support for database delegated fields (like AutoField)
objects.
filter
().update(**fields) we should not include so called *auto fields* in the update statement but we should never leave out a field explicitly specified, (we already
11/8/16
Cristiano Coelho
, …
Adam Johnson
17
2/11/16
[Question] MySQL Microseconds stripping
as they
ignore
> pre-save? As the stripping happens (or used to happen) at the sql query > compile level. > > This is really a bummer, because it seems like the only option
unread,
[Question] MySQL Microseconds stripping
as they
ignore
> pre-save? As the stripping happens (or used to happen) at the sql query > compile level. > > This is really a bummer, because it seems like the only option
2/11/16
Tim Graham
11/14/15
Fellow Report - November 14, 2015
" template
filter
(wontfix) https://code.djangoproject.com/ticket/25669 - Adding postgresql publish/subscribe mechanism to django postgres contrib module (needsinfo
unread,
Fellow Report - November 14, 2015
" template
filter
(wontfix) https://code.djangoproject.com/ticket/25669 - Adding postgresql publish/subscribe mechanism to django postgres contrib module (needsinfo
11/14/15
Aymeric Augustin
, …
Rahul
13
5/19/14
Database-dependant tests and third-party backends
Hello, I'm trying to make the lives of maintainers of third-party database backends a bit easier.
unread,
Database-dependant tests and third-party backends
Hello, I'm trying to make the lives of maintainers of third-party database backends a bit easier.
5/19/14
Shai Berger
, …
Marti Raudsepp
8
4/24/14
Trac #22343 -- select-for-update in autocommit mode
).
filter
(...) > > Adding the select_related causes countries to be locked too -- which > unnecessarily limits concurrency and increases risk of deadlocks. The > number
unread,
Trac #22343 -- select-for-update in autocommit mode
).
filter
(...) > > Adding the select_related causes countries to be locked too -- which > unnecessarily limits concurrency and increases risk of deadlocks. The > number
4/24/14
parisrocks
, …
Russell Keith-Magee
16
12/18/13
Django ORM support for NoSql databases
examples conveniently
ignore
relations, which is where both > relational databases and Django's ORM shine. That's where I disagree. > Here's an interesting
unread,
Django ORM support for NoSql databases
examples conveniently
ignore
relations, which is where both > relational databases and Django's ORM shine. That's where I disagree. > Here's an interesting
12/18/13
Warren Smith
, …
Carl Meyer
10
8/26/13
Missing timezone support in built-in time template filter
the time
filter
doesn't support the use of the T format >> specifier. >> >> > Where is this default usage established? By the
filter
name? > Well, it's
unread,
Missing timezone support in built-in time template filter
the time
filter
doesn't support the use of the T format >> specifier. >> >> > Where is this default usage established? By the
filter
name? > Well, it's
8/26/13
Christopher Medrela
, …
Nick Phillips
38
9/20/13
[GSoC] Revamping validation framework and merging django-secure once again
Hello! I'm really happy that I've been accepted as a Google Summer of Code student. I will
unread,
[GSoC] Revamping validation framework and merging django-secure once again
Hello! I'm really happy that I've been accepted as a Google Summer of Code student. I will
9/20/13
Waldemar Kornewald
, …
Mikhail Korobov
63
10/30/10
contrib.staticfiles app concerns
Hi, first of all, sorry for chiming in so late. It seems like this has been discussed in May, already
unread,
contrib.staticfiles app concerns
Hi, first of all, sorry for chiming in so late. It seems like this has been discussed in May, already
10/30/10
Russell Keith-Magee
, …
Vinay Sajip
14
10/3/10
#12012 Logging: Final call for comments
safe to
ignore
the rest of the mail. If I cannot access models from startup.py, I have two concerns: 1. It seems fairly limiting. We currently have a hacked together startup system for
unread,
#12012 Logging: Final call for comments
safe to
ignore
the rest of the mail. If I cannot access models from startup.py, I have two concerns: 1. It seems fairly limiting. We currently have a hacked together startup system for
10/3/10
Russell Keith-Magee
, …
Ian Lewis
30
9/29/10
#12012 Logging: request for comments
easy to
filter
>> out. However, IMHO, unilaterally ignoring 404s would be just as bad as >> having too many. On top of that, any halfway decent log analysis tool >>
unread,
#12012 Logging: request for comments
easy to
filter
>> out. However, IMHO, unilaterally ignoring 404s would be just as bad as >> having too many. On top of that, any halfway decent log analysis tool >>
9/29/10
Simon Litchfield
, …
Russell Keith-Magee
24
8/25/10
MySQL index hints
For those of us using MySQL, having large tables, whilst also wanting queryset goodness -- http://
unread,
MySQL index hints
For those of us using MySQL, having large tables, whilst also wanting queryset goodness -- http://
8/25/10
Simon Lambert
7/6/10
Re: Digest for django-developers@googlegroups.com - 16 Messages in 5 Topics
On 6 Jul 2010, at 04:45, django-developers+noreply@googlegroups.com wrote: Today's Topic Summary
unread,
Re: Digest for django-developers@googlegroups.com - 16 Messages in 5 Topics
On 6 Jul 2010, at 04:45, django-developers+noreply@googlegroups.com wrote: Today's Topic Summary
7/6/10
Suno Ano
, …
Luke Plant
13
2/4/10
HTML 5
I've looked at the users and devel mailing list but didn't find any information on HTML 5. I
unread,
HTML 5
I've looked at the users and devel mailing list but didn't find any information on HTML 5. I
2/4/10
Russell Keith-Magee
, …
J Meier
14
11/7/09
#7052 - Fixing serialization for content types and auth
Hi all, Next on my pony list for v1.2: #7052 - fixing the serializers to work around the problem of
unread,
#7052 - Fixing serialization for content types and auth
Hi all, Next on my pony list for v1.2: #7052 - fixing the serializers to work around the problem of
11/7/09
David Gouldin
, …
Karen Tracey
14
4/24/09
For QuerySet qs, list(qs)[k] does not always equal qs[k]
I've run into a bit of an odd problem with the ORM. I have a model without an order_by in its
unread,
For QuerySet qs, list(qs)[k] does not always equal qs[k]
I've run into a bit of an odd problem with the ORM. I have a model without an order_by in its
4/24/09
Andrew Godwin
, …
Alex Koshelev
21
9/26/08
Denormalisation, magic, and is it really that useful?
would say
ignore
triggers on the DB level, until they've been > > written in the framework. > > > > Yes, this was essentially my point earlier; triggers would
unread,
Denormalisation, magic, and is it really that useful?
would say
ignore
triggers on the DB level, until they've been > > written in the framework. > > > > Yes, this was essentially my point earlier; triggers would
9/26/08