Hi!
I think you've found the wrong mailing list for this post. This mailing
list is for discussing the development of Django itself, not for support
using Django. This means the discussions of bugs and features in Django
itself, rather than in your code using it. People on this list are unlikely
t
How to pass predicted variable to html webpage
--
You received this message because you are subscribed to the Google Groups
"Django developers (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-developers+unsubscr.
Hi!
I think you've found the wrong mailing list for this post. This mailing
list is for discussing the development of Django itself, not for support
using Django. This means the discussions of bugs and features in Django
itself, rather than in your code using it. People on this list are unlikely
t
Hello
I have hit what I feel is an arbitrary limit on the length of a django
model class name. I am using the PostgreSQL backend, which smartly
truncates table names above a certain size (normally 63 characters) which
means in theory a table name can be of indeterminate length, as PostgreSQL
w
How can a class name be more than 100 characters? Can you give an example?
A limit of 100 characters seems reasonable to me, maybe even 60 would be
enough.
אורי
u...@speedy.net
On Tue, Aug 11, 2020 at 6:06 AM Richard Campen
wrote:
> Hello
>
> I have hit what I feel is an arbitrary limit on th
I’ve never needed a Django model with a name that long, but I don’t think
it’s the framework’s place to make those sorts of assumptions if it doesn’t
need to, especially for what I see as little to no gain.
On 11 August 2020 at 11:18:49 am, אורי (u...@speedy.net) wrote:
How can a class name be m
I guess I have two answers to that:
1) Specifically, in this instance I am scripting the creation of a whole
bunch of Django models as there are too many to do manually. A couple out
of the hundred or so models have names that are just over 100 characters
(102, 103, etc) which is where I found
Week ending August 9, 2020.
Released Django 2.2.15, 3.0.9, and 3.1.
*Triaged:*
https://code.djangoproject.com/ticket/31849 - django-admin startproject
- Fails to create files after encountering CommandError (wontfix)
https://code.djangoproject.com/ticket/31848 - Support namespaced
djan