-
Reported by: **[max-beiersdorfer](https://launchpad.net/~max-beiersdorfer)**
Date: 2018-02-15T20:56:44Z
Status: Expired
Importance: Critical
Launchpad Issue: [lp1749800](https://bugs.launchpad.net/bug…
-
Hi, I am having some problem when running Django through `coverage.py` as follows:
```
$ coverage run manage.py shell
Traceback (most recent call last):
File "manage.py", line 10, in
execute_f…
ghost updated
3 years ago
-
```
# this is models
class Tag(UserType):
created_time = columns.DateTime(default=datetime.now)
content = columns.Text(max_length=20)
class Message(UserType):
id = columns.UUID(def…
-
I have a MySQL container that takes a little time to start up as it needs to import data.
I have an Alfresco container that depends upon the MySQL container.
At the moment, when I use fig, the Alfre…
-
I'm not sure why this is happening, but I can't get the db to sync right from the start:
```python
strategy_class = replication_opts.pop('strategy_class',
…
-
When I `POST` a model to a `ModelViewSet` and then retrieve all objects via a `GET` afterwards I get a stale cached response without the new `POST`ed object. Does `django-cassandra-engine` perform any…
-
python3 ./manage.py sync_cassandra
nims-cta_1 | Traceback (most recent call last):
nims-cta_1 | File "./manage.py", line 15, in
nims-cta_1 | execute_from_command_line(sys.argv)
nims-cta_1 | File …
ba-la updated
3 years ago
-
Looks like the signature of sql_flush() [got changed](https://github.com/django/django/commit/75410228dfd16e49eb3c0ea30b59b4c0d2ea6b03#diff-f592eccb6ac9c9d865342ef59052f9c3) in Django 3.1, which makes…
-
-
**Describe the bug**
While testing with `pytest-cov` we started noticing some failures due to an "internal" error. Digging deeper, it looks like somehow a shared object (.so) file has made its way …