-
Hey there i was going mad trying to find why my prepopulated_fields were not working i finally narrowed down to start removing fields from my model and when i removed the GeopositionField the prepopul…
-
Let's say I have the following models:
``` python
class Person(models.Model):
name = models.CharField(max_length=128)
def __str__(self): # __unicode__ on Python 2
return…
-
Originally reported by: **Lorenzo Bolla (Bitbucket: [lbolla](http://bitbucket.org/lbolla), GitHub: [lbolla](http://github.com/lbolla))**
---
Django does not seem to be closing connections to PG. Eve…
ghost updated
8 years ago
-
```ID: maas_region_syncdb
Function: cmd.run
Name: maas-region syncdb
Result: False
Comment: Command "maas-region syncdb" run
Started: 09:27:11.247283
Duration: …
-
```
What steps will reproduce the problem?
Test code:
from syncr.app import youtube
from syncr.youtube.models import Video
sync = youtube.YoutubeSyncr()
sync.syncVideo('bVOpCGk1ngk')
v = Video.objects…
-
Suggested improvements from the practice talk at Counsyl.
- [x] meta ordering needed for Sample
- [x] Fix the JOIN and annotate()
- [ ] bulk_create() reuse datetime vs instantiating `now()` repeatedly…
-
Saw this problem on newest versions:
```
#example model code:
@python_2_unicode_compatible
Category(models.Model):
name = models.CharField(max_length=255)
def __str__(self):
return …
-
**Describe the bug**
Link cart not rendered in the social post correcly
The link cart should be: https://raw.githubusercontent.com/jdh-observer/jdh002-m734RWDSLo9C/main/socialmediacover.png
But i…
-
Hey there y'all! Here's what I've got.
Running an autocomplete search on a database table of tickers and stock names using a multiple select via django-autocomplete-light.
My aim is to submit …
-
File "manage.py", line 22, in
main()
File "manage.py", line 18, in main
execute_from_command_line(sys.argv)
File "C:\Users\Paolo\AppData\Local\Programs\Python\Python37-32\lib\site-pa…