Re: Strange bug with Firefox

2023-10-15 Thread OSP PRO
w source prefix. > > Mike > > > > -- > (Unsigned mail from my phone) > > > > Original message > From: 'Simon Connah' via Django users > Date: 15/10/23 02:05 (GMT+10:00) > To: django-users@googlegroups.com > Subject: Strange bug

RE: Strange bug with Firefox

2023-10-14 Thread Mike Dewhirst
Date: 15/10/23 02:05 (GMT+10:00) To: django-users@googlegroups.com Subject: Strange bug with Firefox Hi,I have a strange issue that affects the latest stable version of Firefox and the latest Firefox Developer Edition as well. I'm making a custom user and am just setting all the forms up. I

Strange bug with Firefox

2023-10-14 Thread 'Simon Connah' via Django users
Hi, I have a strange issue that affects the latest stable version of Firefox and the latest Firefox Developer Edition as well. I'm making a custom user and am just setting all the forms up. I can login with the user and when I go to the password change form it is displayed correctly in Firefox

Fix Django Bug & Issues

2023-09-15 Thread Ogunsanya Opeyemi
Hi everyone, I'm Opeyemi Ogunsanya, I just created my gig on fiverr. Click on the link below to view. https://www.fiverr.com/s2/268761cb3e Thank you. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Report a Django bug how

2023-04-14 Thread 'Kasper Laudrup' via Django users
On 14/04/2023 10.17, WILSON TALENGA wrote: Hey guys, i need help, i have created my django project, added students to the system as admin but they don't reflect when i run the server. what could the issue be. below is views.py and index.html Start a new thread instead of replying to a

Re: Report a Django bug how

2023-04-14 Thread WILSON TALENGA
.06, Michael Starr wrote: > > Hi, I double checked my code and Django is not displaying images. I'd > > like to report the bug but I need to be a django employee to do that. > > So, if anyone knows anyone on linkedin that works for django, tell them > > images don't disp

Re: Report a Django bug how

2023-04-14 Thread rhanzess guerrero
Hello bro, did you mean that you have an app with django and the images that you have in the app are not displayed El jue, 13 abr 2023 a las 18:07, Michael Starr () escribió: > Hi, I double checked my code and Django is not displaying images. I'd like > to report the bug but

Re: Report a Django bug how

2023-04-14 Thread Sebastian Jung
I have no Problem with Display Images. Most time i think this is a missconfiguration in settings.py Michael Starr schrieb am Fr., 14. Apr. 2023, 01:06: > Hi, I double checked my code and Django is not displaying images. I'd like > to report the bug but I need to be a django employee

Re: Report a Django bug how

2023-04-14 Thread 'Kasper Laudrup' via Django users
On 14/04/2023 01.06, Michael Starr wrote: Hi, I double checked my code and Django is not displaying images. I'd like to report the bug but I need to be a django employee to do that. So, if anyone knows anyone on linkedin that works for django, tell them images don't display (on an operating

Report a Django bug how

2023-04-13 Thread Michael Starr
Hi, I double checked my code and Django is not displaying images. I'd like to report the bug but I need to be a django employee to do that. So, if anyone knows anyone on linkedin that works for django, tell them images don't display (on an operating system). Michael -- You received

Re: BUG USING modelformset_factory MODULE

2023-01-24 Thread Michael Maina
Resolved: Using parameters max_num=1, extra=0 https://docs.djangoproject.com/en/3.2/topics/forms/modelforms/#max_num Mea culpa On Sunday, January 22, 2023 at 10:49:01 PM UTC+3 Michael Maina wrote: > Hello, > > > > I have a challenge using the modelformset_factory module ( >

BUG USING modelformset_factory MODULE

2023-01-22 Thread Michael Maina
Hello, I have a challenge using the modelformset_factory module ( https://docs.djangoproject.com/en/3.2/topics/forms/modelforms/) and invite your advice. I can automatically generate a pre-populated webpage with a select dataset from the database, but the generated template creates

RE: Possible bug in runserver

2022-11-11 Thread Mike Dewhirst
Try using the inline argument --settings when executing runserver--(Unsigned mail from my phone) Original message From: Matteo Sani Date: 12/11/22 05:38 (GMT+10:00) To: Django users Subject: Possible bug in runserver Hello, I wanted to run Django runserver with custom

Possible bug in runserver

2022-11-11 Thread Matteo Sani
settings in proj/settings.py, it seems it is ignoring DJANGO_SETTINGS_MODULE. Is it an intended behavior or a bug ? What is the recommended way to do that ? Below the commands I used to reproduce the issue: $ export DJANGO_SETTINGS_MODULE=”proj.mysettings” $ python manage.py runserver 0.0.0.0:7474

Re: Bug with Watchman on Windows

2022-08-31 Thread 'Kasper Laudrup' via Django users
On 31/08/2022 18.52, David V wrote: Hello All, Apologies if this is the wrong place to submit this. I couldn't find clear enough documentation on where to do this, so I guess I ended up here. Maybe open an issue on the issue tracker on github? https://github.com/facebook/watchman Kind

Bug with Watchman on Windows

2022-08-31 Thread David V
Hello All, Apologies if this is the wrong place to submit this. I couldn't find clear enough documentation on where to do this, so I guess I ended up here. I installed pywatchman along with FB's watchman expecting StatReloader to change to WatchmnaReloader. Sadly, I was mistaken. Python

Re: Potential admin bug

2022-08-04 Thread Fab
st 2022 at 20:38:02 UTC+1 rossm...@gmail.com wrote: > >> It's more likely a set up problem than a bug I'd have thought. >> >> If it helps here is the relevant code - >> https://github.com/django/django/blob/main/django/contrib/admin/options.py#L132 >> . >> >>

Re: Potential admin bug

2022-08-04 Thread Fab
_line.html#L6 If I comment out overriding the submit it works as expected: https://github.com/django/django/blob/main/django/contrib/admin/static/admin/js/change_form.js#L11:L19 On Wednesday, 3 August 2022 at 20:38:02 UTC+1 rossm...@gmail.com wrote: > It's more likely a set up problem than a

Re: Potential admin bug

2022-08-03 Thread Adebileje Nurudeen
I'll get back to you On Wed, Aug 3, 2022, 8:37 PM Ross Meredith wrote: > It's more likely a set up problem than a bug I'd have thought. > > If it helps here is the relevant code - > https://github.com/django/django/blob/main/django/contrib/admin/options.py#L132 > . >

Re: Potential admin bug

2022-08-03 Thread Adebileje Nurudeen
continue > editing" it redirects back to the model list view even though the item was > added successfully. If I click back on to the item to edit it the buttons > work how they should. > > I'm not sure if this is a bug with the admin. I've tried it on 2 projects > now. I'm

Re: Potential admin bug

2022-08-03 Thread Ross Meredith
It's more likely a set up problem than a bug I'd have thought. If it helps here is the relevant code - https://github.com/django/django/blob/main/django/contrib/admin/options.py#L132 . def response_add is the method which determines what the response to use after a successful addition. On Wed

Potential admin bug

2022-08-03 Thread Fab
ck back on to the item to edit it the buttons work how they should. I'm not sure if this is a bug with the admin. I've tried it on 2 projects now. I'm using Django 4.1. I uploaded a sample project so you can quickly see if the issue happens for you too. https://github.com/fabtjar/django_admin_issue

Re: Bug Request!

2022-07-25 Thread Ryan Nowakowski
You'll definitely want to include the actual exceptions and warnings that are occurring in your bug report. On July 25, 2022 9:05:53 AM CDT, Ken Booo wrote: >Here, I caught a one bug on Django-->4.0.6 >There is no argumented support and base_dir is having exemptions causing >war

Bug Request!

2022-07-25 Thread Ken Booo
Here, I caught a one bug on Django-->4.0.6 There is no argumented support and base_dir is having exemptions causing warnings![image: WhatsApp Image 2022-07-18 at 11.59.01 AM.jpeg] -- You received this message because you are subscribed to the Google Groups "Django users" group. T

Possible bug with Q objects

2022-05-19 Thread Simon Van De Keer
items of that tree node* has "456" in its some_field value. The second one joins with the outer query based on the individual treenode_items links, thus checking the filter for each individual item as well, hence *keeping individual items* that do have "123", but don't have

Re: Bug using Admin with Stripe - but whose is it?

2022-05-06 Thread Ahmed omar miladi
Hello mike i hope you are doing well can we make a video call to solve this problem i can be helpfull On Sat, 7 May 2022 at 01:56, Mike Dewhirst wrote: > OK - don't worry about this for the time being. The problem is obviously > where I haven't yet looked. So I'm now going to simplify every bit

Re: Bug using Admin with Stripe - but whose is it?

2022-05-06 Thread Mike Dewhirst
OK - don't worry about this for the time being. The problem is obviously where I haven't yet looked. So I'm now going to simplify every bit of code/html/css following the successful acquisition of the Stripe token to see if it suddenly starts working. M On 6/05/2022 6:07 pm, Mike Dewhirst

Bug using Admin with Stripe - but whose is it?

2022-05-06 Thread Mike Dewhirst
I'm obviously at fault but I'm not smart enough to figure it out. Any help is appreciated. The mechanism below exhibits no errors at the Stripe end. Stripe returns the necessary payment token. I have tried brutally stripping of the "/change/payment" and while it silences the error, the form

Re: Possible Django Admin or auth bug or Mozilla bug

2022-04-14 Thread Mike Dewhirst
AntonisRight. I got the tag to appear in the right place but I think the js itself is not being effective. I guess since there is an existing bug report I'll just have live with it until magic happens.Thanks for jumping in.CheersMike --(Unsigned mail from my phone) Original message

Re: Possible Django Admin or auth bug or Mozilla bug

2022-04-14 Thread Antonis Christofides
quot;Available groups". Therefore it could be an error in Django; maybe for some reason that _javascript_ doesn't always run correctly on Firefox. If I were you I'd file a Django bug anywa

Re: Possible Django Admin or auth bug or Mozilla bug

2022-04-13 Thread Mike Dewhirst
n Firefox. If I were you I'd file a Django bug anyway. Regards, Antonis On 13/04/2022 10.00, Mike Dewhirst wrote: I don't know how long this has been happening for me. Happens on Windows 10 in Mozilla Firefox but not Chrome.  In the Admin User screen where there are two boxes of Grou

Re: Possible Django Admin or auth bug or Mozilla bug

2022-04-13 Thread Mike Dewhirst
ngo; maybe for some reason that JavaScript doesn't always run correctly on Firefox. If I were you I'd file a Django bug anyway. Regards, Antonis On 13/04/2022 10.00, Mike Dewhirst wrote: I don't know how long this has been happening for me. Happens on Windows 10 in Mozilla Fi

Re: Possible Django Admin or auth bug or Mozilla bug

2022-04-13 Thread Antonis Christofides
ccordingly removes stuff from "Available groups". Therefore it could be an error in Django; maybe for some reason that JavaScript doesn't always run correctly on Firefox. If I were you I'd file a Django bug anyway. Regards, Antonis On 13/04/2022 10.00, Mike Dewhirst wrote: I

Possible Django Admin or auth bug or Mozilla bug

2022-04-13 Thread Mike Dewhirst
I don't know how long this has been happening for me. Happens on Windows 10 in Mozilla Firefox but not Chrome.  In the Admin User screen where there are two boxes of Groups labelled 'Available groups' and 'Chosen groups' with controls to move groups between boxes, everything seems to work

RE: Django ORM bug(probably, not)

2022-02-07 Thread Feroz Ahmed
users Subject: Django ORM bug(probably, not) Hello, I have overloaded delete() method of my model to enable soft deletion so that delete() method just sets is_seleted field to be True. When calling this method for individual objects, it works fine. But when I called delete() method directly

Django ORM bug(probably, not)

2022-02-07 Thread Bobosher Musurmonov
, MyModel.objects.filter(id__lte=10).delete(), it just hard-deleted those objects and not called my custom delete() method. Please, let me know if it's a bug or not. If it isn't, please let me know how to do this in a better way. Now, my temporary solution is iterating through selected objects and call delete() method

Re: Potential bug: mysql-connector-python Django 3.2.11 and third-party packages that populate the Admin Site

2022-02-03 Thread Richard Mayebo
mysql-connector-python 8.0.27 has another bug (see https://stackoverflow.com/questions/69900463/django-migration-error-typeerror-sequence-item-1-expected-a-bytes-like-object ) so I did not try it. mysql-connector-python 8.0.26 did not have this problem with Django 3.1. So the bug must have been

Re: Potential bug: mysql-connector-python Django 3.2.11 and third-party packages that populate the Admin Site

2022-02-03 Thread Jason
all Django 3.2.11 >>4. Install mysql-connector-python (Observed on 8.0.26 and 8.0.28) >>5. Install django-easy-audit and/or django-axes (both these third >>party packages populate the Django Admin Site, where the apparent bug >>manifests). >>6. Create

Re: Potential bug: mysql-connector-python Django 3.2.11 and third-party packages that populate the Admin Site

2022-02-02 Thread Lakshyaraj Dash X-D 25
in Site, where the apparent bug >manifests). >6. Create a superuser (python manage.py createsuperuser) >7. Start Django (python manage.py runserver) >8. Launch the Django Admin Site and log in with the superuser. >9. The pane on the left hand side will have links to

Potential bug: mysql-connector-python Django 3.2.11 and third-party packages that populate the Admin Site

2022-02-02 Thread Richard Mayebo
(both these third party packages populate the Django Admin Site, where the apparent bug manifests). 6. Create a superuser (python manage.py createsuperuser) 7. Start Django (python manage.py runserver) 8. Launch the Django Admin Site and log in with the superuser. 9. The pane

Proposed bug in Admin

2021-10-04 Thread Mike Dewhirst
The following error message is reproducible from different Django website admin systems used from Safari on an iPad. It is an old iPad so that might be the issue. Saving the substance does not produce a 500 error. The record gets saved and the page redisplays correctly except the success

Re: System check takes so much? Bug?

2021-08-01 Thread Oliver Küchler
ink: StackOverflow-Link >> <https://stackoverflow.com/questions/68446241/why-does-djangos-system-check-take-so-much-time-import-django-db-models-sql>). >> >> So I thought I'd give it a try in this group. (And I'm also not sure, >> whether it's a bug or something els

Re: System check takes so much? Bug?

2021-07-30 Thread Oliver Küchler
kOverflow, but so far nobody was > able to help me out (link: StackOverflow-Link > <https://stackoverflow.com/questions/68446241/why-does-djangos-system-check-take-so-much-time-import-django-db-models-sql>). > > So I thought I'd give it a try in this group. (And I'm also not

System check takes so much? Bug?

2021-07-27 Thread Oliver Küchler
a try in this group. (And I'm also not sure, whether it's a bug or something else...) *My Problem:* So I set up a webpage/webapplication that is powered by Django. Previously I utilized a MySQL database as backend and everything worked out smooth, but then I tried to switch to *PostGreSQL*. When I n

Re: django3.2---bug win10

2021-04-25 Thread Jason
that's not a bug. Look at the two inputs in your terminal. First one starts with a `>`, looks like you copied it verbatim. `>>>` is convention for terminal prompt On Sunday, April 25, 2021 at 10:37:59 AM UTC-4 cqwuxi...@gmail.com wrote: > > [image: QQ截图2021042522012

Bug when running tests with tags(?) - module level exceptions fail silently, and tests pass

2021-04-04 Thread Cammil Taank
Hello all, I have encountered what I think is very weird behaviour. When I run tests with the --tag option, modules that raise exceptions appear to be silently ignored. Steps to reproduce: 1. Create django app. 2. Add this test module: from django.test import TestCase from django.test import

Not sure if this is bug or not

2021-03-07 Thread vincent
Hi Guys, I came here for a question. Few days ago, I made some app(i.e. proxy_polls) and happened to put proxy models(i.e. ProxyQuestion, ProxyChoice) into *admin.py* (which is not adequate place), and I didn't make *models.py*. After running 'makemigrations' and 'migrate' commands, I realized

Re: Weird Django-admin bug

2021-02-04 Thread James Gutu
Sometimes this happens when there are issues with the html, css and javascript files of the admin. Try re-installing django or restoring the admin files. On Wed, Feb 3, 2021 at 6:56 PM 'rossm6' via Django users < django-users@googlegroups.com> wrote: > Sorry to hear this but there is absolutely

Re: Weird Django-admin bug

2021-02-03 Thread 'rossm6' via Django users
Sorry to hear this but there is absolutely no way anybody could help based on this information alone. On Tue, Feb 2, 2021 at 6:25 PM yes...@gmail.com wrote: > Hi > > I am having this situation where I try to have a look at an instance of a > specific model through Django-admin and the requests

Weird Django-admin bug

2021-02-02 Thread yes...@gmail.com
Hi I am having this situation where I try to have a look at an instance of a specific model through Django-admin and the requests just goes on and on and finally times out. This happens with only one of my models and all that time there is absolutely no output in stdout. ex :

Possible Bug: when using memcache backend, fragment templates aren't stored

2021-01-11 Thread Leon Albrecht
So, in my Project I have template that generates a lot of prcedual html (for loop with about 150 entries at once) so cahcing that "snippet" is a reasonable choice, but after activating caching for that project and this template, I still got consistent long generation times, so I looked in the

Django bug release: 3.1.5

2021-01-04 Thread Carlton Gibson
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2021/jan/04/bugfix-releases/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: MultipleChoiceField form bug?

2020-12-22 Thread Benny M
Oh this worked out beautifully! Not sure why it hadn’t occurred to me to call super().__init__ before hand. And manipulating self.fields was the farthest thing from my mind. As for using ModelMultipleChoiceField - that’s ultimately what I went with for the project, but I couldn’t let go of

Re: MultipleChoiceField form bug?

2020-12-22 Thread Carles Pina i Estany
Dec 22, 2020, at 9:31 AM, Carles Pina i Estany wrote: > > > > > > > > Hi, > > > > On Dec/22/2020, Benny M wrote: > > > >> I’ve ran into some unexpected behavior while testing a ModelForm with > >> a MultipleChoiceField and am trying to dete

Re: MultipleChoiceField form bug?

2020-12-22 Thread Benny M
; Hi, > > On Dec/22/2020, Benny M wrote: > >> I’ve ran into some unexpected behavior while testing a ModelForm with >> a MultipleChoiceField and am trying to determine if this is a bug, or >> if maybe I’m doing something out of the ordinary. > > I think that I mig

Re: MultipleChoiceField form bug?

2020-12-22 Thread Carles Pina i Estany
Hi, On Dec/22/2020, Benny M wrote: > I’ve ran into some unexpected behavior while testing a ModelForm with > a MultipleChoiceField and am trying to determine if this is a bug, or > if maybe I’m doing something out of the ordinary. I think that I might guess what it is. If I

MultipleChoiceField form bug?

2020-12-22 Thread Benny M
Hi all, I’ve ran into some unexpected behavior while testing a ModelForm with a MultipleChoiceField and am trying to determine if this is a bug, or if maybe I’m doing something out of the ordinary. In the form, I’m generating the MultipleChoiceField choices on the fly. e.g. `OPTIONS = ((m.id

SynchronousOnlyOperation: bug or misconfiguration?

2020-12-18 Thread Federico Capoano
I have started to wonder if the fact that Django is raising this error there is a bug. I see this error is raised if django detects an event loop, should this apply also to when gevent is using the eventloop? Thanks in advance Best regards Federico -- You received this message becau

A BUG WITH NUMPY

2020-11-29 Thread Sidy Mactar
ort numpy as np File "C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy\__init__.py", line 305, in _win_os_check() File "C:\Users\sidym\AppData\Local\Programs\Python\Python39\lib\site-packages\numpy\__init__.py", line 302, in _w

Re: bug in bulk_create

2020-11-06 Thread Jakub Stawowy
That's happened in Django 3.x when Method 'add' is used with many-to-many relations if intermediate model is used. consider call it on intermediate model manager like `DealCategoryThrough.objects.create(deal=deal, dealcategory=category)` wtorek, 4 sierpnia 2020 o 14:10:15 UTC+2 nima salemahim

Is this a bug on manage.py command: no such table: auth_permission?

2020-09-06 Thread cta...@gmail.com
Hi, I am getting an error django.db.utils.OperationalError: no such table: auth_permission on my manage.py command (makemigrations/migrate/runserver) I am not sure if this consider a bug or is it a problem of my setup. So I am checking here before filing bug report to the ticket tracker

Re: Potential Bug in django.contrib.gis

2020-09-03 Thread Janis
4, 0.4), (0.4, 0.6), (0.6, 0.6), (0.6, 0.4), (0.4, > 0.4)) > >>> poly = Polygon(ext_coords, int_coords) > >>> next(poly[0].__iter__()) > Segmentation fault (core dumped) > > Is this a bug or might there be another reason (e.g. hardware-related > issue)?

Potential Bug in django.contrib.gis

2020-09-03 Thread Janis Goldzycher
.6, 0.4), (0.4, 0.4)) >>> poly = Polygon(ext_coords, int_coords) >>> next(poly[0].__iter__()) Segmentation fault (core dumped) Is this a bug or might there be another reason (e.g. hardware-related issue)? Thanks, Janis -- You received this message because you are subscribed t

Ordering of Q = different SQL and results... Is this a bug? Would appreciate additional eyes before raising ticket.

2020-08-19 Thread Chris Bell
Hi Django users. My first time mailing this list, so apologies in advance if i don't follow protocol 100%. Please see the sample use case below. Basically, by ordering the Q statements in a different order, I get a different SQL statement and different results. I can see a predicate has been

Re: Sometimes get "incorrect padding error"- new bug in django 3.1?

2020-08-18 Thread Matthew Hegarty
.8/site-packages/django/contrib/sessions/backends/base.py" >> , line 65, in __getitem__ >> return self._session[key] >> File >> "/home/ignisda/.cache/pypoetry/virtualenvs/backend-3DENPaHW-py3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base

Re: Sometimes get "incorrect padding error"- new bug in django 3.1?

2020-08-17 Thread Matthew Hegarty
ualenvs/backend-3DENPaHW-py3.8/lib/python3.8/site-packages/django/contrib/sessions/backends/base.py" > , line 122, in decode > return self._legacy_decode(session_data) > File > "/home/ignisda/.cache/pypoetry/virtualenvs/backend-3DENPaHW-py3.8/lib/python3.8/site-packages/djang

Sometimes get "incorrect padding error"- new bug in django 3.1?

2020-08-10 Thread Diptesh Choudhuri
esolved. Then today I was developing on my PC, using qutebrowser and this error popped up again. Switching to Google-Chrome fixed the issue. I don't think this is an issue with the browsers themselves, because I have completed entire django projects in both these devices, and never had to switch to Ch

Re: bug bulk_create

2020-08-05 Thread Andréas Kühne
Hi, Without seeing the code more, I would say that this is an error in the OrderedModel code. Check if you can update it to support the version of Django you are working on. Regards, Andréas Den tis 4 aug. 2020 kl 14:09 skrev nima salemahim : > Traceback (most recent call last): > File

bug in bulk_create

2020-08-04 Thread nima salemahim
Traceback (most recent call last): File "/usr/lib/python3.7/code.py", line 90, in runcode exec(code, self.locals) File "", line 1, in File "/home/nima/.virtualenvs/behtarino/lib/python3.7/site-packages/django/db/models/fields/related_descriptors.py", line 946, in add

bug bulk_create

2020-08-04 Thread nima salemahim
Traceback (most recent call last): File "/usr/lib/python3.7/code.py", line 90, in runcode exec(code, self.locals) File "", line 1, in File "/home/nima/.virtualenvs/behtarino/lib/python3.7/site-packages/django/db/models/fields/related_descriptors.py", line 946, in add

Re: Bug tracking system

2020-07-10 Thread VenkataSivaRamiReddy
r_cookbook > > cheers > > On Fri, 10 Jul 2020 at 14:37, Anupriya Nishad > wrote: > >> Can anyone guide me on how to create a bug tracking system? >> 1. Allows create account login logout >> 2. Allows u to create tickets, edit and delete them >> >> -- >>

Re: Bug tracking system

2020-07-10 Thread John McClain
Hello, You could use this for a skeleton I created. Not perfect but a head start https://decoder-cookbook.herokuapp.com/ https://github.com/Jmcclain0129/decoder_cookbook cheers On Fri, 10 Jul 2020 at 14:37, Anupriya Nishad wrote: > Can anyone guide me on how to create a bug tracking sys

Bug tracking system

2020-07-10 Thread Anupriya Nishad
Can anyone guide me on how to create a bug tracking system? 1. Allows create account login logout 2. Allows u to create tickets, edit and delete them -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this grou

contrib.auth.forms Bug

2020-06-29 Thread V O
tive but I always get back self.get_invalid_login_error instead of confirm_login_allowed error message. Can smb. confirm that this is a bug or at least at what point confirm_login_allowed gets triggered ? def clean(self): username = self.cleaned_data.get('username')

Re: Possible Django bug I am considering raising

2020-06-09 Thread 'OwlHoot' via Django users
-ke > By adding some debug code in /usr/lib/python3.6/site-packages/django/db/backends/base/creation.py I have made some progress with this "bug" (which I am no longer convinced it is). The issue relates to a load of derived classes, as follows : class DataSet(models.Model)

Re: Possible Django bug I am considering raising

2020-06-05 Thread Ramiro Morales
Remember you can not juat open/report an issue and bisect the git commit which could have introduced the change in behavior, but also, if it gets confirmed as a real bug, you can fix it yourself so to not delay yourself in your current project. With the nice side effect that the fix will benefit

Re: Possible Django bug I am considering raising

2020-06-05 Thread René Fleschenberg
Hi, the code you posted on stackoverflow is not sufficient to reproduce the problem. It would be good to provide a minimal reproducible example (see also https://stackoverflow.com/help/minimal-reproducible-example). Regards, René -- You received this message because you are subscribed to the

Re: Possible Django bug I am considering raising

2020-06-05 Thread 'OwlHoot' via Django users
On Thursday, 4 June 2020 23:45:53 UTC+1, Tim Graham wrote: You can try to find the commit that introduced the issue: > https://docs.djangoproject.com/en/dev/internals/contributing/triaging-tickets/#bisecting-a-regression > I'm happy to try and do this, i.e. produce a simple test case that

Re: Possible Django bug I am considering raising

2020-06-04 Thread Tim Graham
he following Stack Exchange > page : > > > https://stackoverflow.com/questions/62162288/baffling-error-filtering-django-objects-of-derived-class-by-values-in-foreign-ke > > may well be a Django bug, or at the least no longer works with Django as > this has evolved

Possible Django bug I am considering raising

2020-06-04 Thread 'OwlHoot' via Django users
Hi all I believe the issue I have enquired about on the following Stack Exchange page : https://stackoverflow.com/questions/62162288/baffling-error-filtering-django-objects-of-derived-class-by-values-in-foreign-ke may well be a Django bug, or at the least no longer works with Django

Re: Possible Bug? AttributeError: 'HttpResponse' object has no attribute '_resource_closers'

2020-05-30 Thread Tim Allen
Thanks for the reply, my friend. Unfortunately, no new middleware has been added. Some folks have said clearing the Django cache(s) worked, but it hasn't for me. I've long been a mod_wsgi user, but I think it is time to move on to gunicorn, so I've started moving in that direction rather than

Re: Possible Bug? AttributeError: 'HttpResponse' object has no attribute '_resource_closers'

2020-05-16 Thread Jorge Gimeno
On Sat, May 16, 2020 at 12:06 PM Tim Allen wrote: > I posted this to Stack Overflow first, thinking it might be a problem with > `mod_wsgi`, but people using Gunicorn have seen the issue too. Here's a > link to the question on Stack Overflow: > > >

Possible Bug? AttributeError: 'HttpResponse' object has no attribute '_resource_closers'

2020-05-16 Thread Tim Allen
I posted this to Stack Overflow first, thinking it might be a problem with `mod_wsgi`, but people using Gunicorn have seen the issue too. Here's a link to the question on Stack Overflow:

Re: Renaming a Django superclass model and updating the subclass pointers correctly [Is this a bug?]

2020-05-11 Thread Bighnesh Pradhan
Thank you buddy! On Mon, May 11, 2020 at 5:04 AM Hisham Mahmood wrote: > Here's the Stackoverflow's link: > https://stackoverflow.com/questions/61665607/renaming-a-django-superclass-model-and-updating-the-subclass-pointers-correctly > > -- > You received this message because you are subscribed

Renaming a Django superclass model and updating the subclass pointers correctly [Is this a bug?]

2020-05-10 Thread Hisham Mahmood
Here's the Stackoverflow's link: https://stackoverflow.com/questions/61665607/renaming-a-django-superclass-model-and-updating-the-subclass-pointers-correctly -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Withdrawn [Was: Is this a bug OR How can I use a custom widget in the Admin for a custom user]

2020-01-05 Thread Mike Dewhirst
On 6/01/2020 4:31 pm, Mike Dewhirst wrote: It appears that formfield_for_manytomany() triggers an error if it is used in UserAdmin. Thanks for any support in deciding if this is a bug - or perhaps all my own work. I needed to finish formfield_for_manytomany() with a return super

Is this a bug OR How can I use a custom widget in the Admin for a custom user

2020-01-05 Thread Mike Dewhirst
It appears that formfield_for_manytomany() triggers an error if it is used in UserAdmin. Thanks for any support in deciding if this is a bug - or perhaps all my own work. Cheers Mike TL;DR Here is all the admin code which works without error if formfield_for_manytomany()is commented out

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-16 Thread Alaina Rowe
gt; YMMV > > > > > On Saturday, December 7, 2019 at 2:08:41 AM UTC+3, Alaina Rowe wrote: > > > > I have not been able to reproduce the bug I am about to describe > > when DEBUG is True, whether in production on Apache or locally on > >

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-16 Thread Mike Dewhirst
"features" has proven absolutely that it was my fault. YMMV On Saturday, December 7, 2019 at 2:08:41 AM UTC+3, Alaina Rowe wrote: I have not been able to reproduce the bug I am about to describe when DEBUG is True, whether in production on Apache or locally on the Django dev ser

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-16 Thread lemme smash
n able to reproduce the bug I am about to describe when > DEBUG is True, whether in production on Apache or locally on the Django dev > server. So my first question is: What is all the magic that Django DEBUG > does behind the scenes? The documentation doesn't have very much >

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-11 Thread Alaina Rowe
Quick bump to see if anyone has insight on this. On Friday, December 6, 2019 at 5:08:41 PM UTC-6, Alaina Rowe wrote: > > I have not been able to reproduce the bug I am about to describe when > DEBUG is True, whether in production on Apache or locally on the Django dev > server.

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Dvs Khamele
Hi do you hire contract based python/django freelancer? I can help you in this Best Regards, Divyesh Khamele On Sat, 7 Dec 2019 at 04:38, Alaina Rowe wrote: > I have not been able to reproduce the bug I am about to describe when > DEBUG is True, whether in production on Apache or l

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Dvs Khamele
7, 2019, 20:27 Daniel Chimeno wrote: > >> +1 to more document about DEBUG magic. >> >> >> El sábado, 7 de diciembre de 2019, 0:08:41 (UTC+1), Alaina Rowe escribió: >>> >>> I have not been able to reproduce the bug I am about to describe when >>> DEB

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Dvs Khamele
t;>> +1 to more document about DEBUG magic. >>> >>> >>> El sábado, 7 de diciembre de 2019, 0:08:41 (UTC+1), Alaina Rowe escribió: >>>> >>>> I have not been able to reproduce the bug I am about to describe when >>>> DEBUG i

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Integr@te System
/ref/models/instances/ must contain ASCII RFC2396 section 2 On Sat, Dec 7, 2019, 20:27 Daniel Chimeno wrote: > +1 to more document about DEBUG magic. > > > El sábado, 7 de diciembre de 2019, 0:08:41 (UTC+1), Alaina Rowe escribió: >> >> I have not been able to repr

Re: Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-07 Thread Daniel Chimeno
+1 to more document about DEBUG magic. El sábado, 7 de diciembre de 2019, 0:08:41 (UTC+1), Alaina Rowe escribió: > > I have not been able to reproduce the bug I am about to describe when > DEBUG is True, whether in production on Apache or locally on the Django dev > server.

Django DEBUG magic, and a bizarre bug under django-extra-views

2019-12-06 Thread Alaina Rowe
I have not been able to reproduce the bug I am about to describe when DEBUG is True, whether in production on Apache or locally on the Django dev server. So my first question is: What is all the magic that Django DEBUG does behind the scenes? The documentation doesn't have very much

Re: Why is the Django server running even when pytlinter shows that there's some bug in the code?

2019-12-05 Thread Miracle
any good? > > > > Bruckner de Villiers > > 083 625 1086 > > > > *From: * on behalf of Aaryan Dewan < > dewanaar...@gmail.com> > *Reply to: * > *Date: *Tuesday, 03 December 2019 at 16:52 > *To: *Django users > *Subject: *Re: Why is the Django serv

Re: Why is the Django server running even when pytlinter shows that there's some bug in the code?

2019-12-04 Thread Bruckner de Villiers
Which tutorial are you following?  Is it any good? Bruckner de Villiers 083 625 1086 From: on behalf of Aaryan Dewan Reply to: Date: Tuesday, 03 December 2019 at 16:52 To: Django users Subject: Re: Why is the Django server running even when pytlinter shows that there's some bug

Re: Why is the Django server running even when pytlinter shows that there's some bug in the code?

2019-12-03 Thread Aaryan Dewan
4:34 > *To: *Django users > > *Subject: *Why is the Django server running even when pytlinter shows > that there's some bug in the code? > > > > I was just following this tutorial, on how to make Django apps and how to > display a database to the user. I created

  1   2   3   4   5   6   7   8   9   10   >