Opened 3 years ago

Closed 3 years ago

#33005 closed Bug (invalid)

Django is saving redundant or empty data in the SQLite database

Reported by: Palash Vishnani Owned by: nobody
Component: Database layer (models, ORM) Version: 3.2
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I am using an HTML form to save my data into the database, the data entries are stored correctly but some cache entries are also stored along with them. Why is that so?
https://user-images.githubusercontent.com/81798761/128661933-02be6181-9bc5-4921-a2bf-864f1f8ed9e3.png

Change History (1)

comment:1 by Mariusz Felisiak, 3 years ago

Easy pickings: unset
Resolution: invalid
Status: newclosed

Thanks for the report, however it looks like an issue in your code, not in Django itself. Please reopen the ticket if you can debug your issue and provide details about why and where Django is at fault. If you're having trouble understanding how Django works, see TicketClosingReasons/UseSupportChannels for ways to get help.

Note: See TracTickets for help on using tickets.
Back to Top