-
```
What steps will reproduce the problem?
1. create a deprived instance of BaseModel
2. hook up post_save signal
3. call save()
4. expect post_save signal to trigger and execute the handler
What is …
-
I've setup the libraries as instructed (installed the Ubuntu dependencies, installed `django_socketio` via PIP, added in the URLconf, put `django_socketio` into my settings.py's `INSTALLED_APPS` and r…
ghost updated
11 years ago
-
```
What steps will reproduce the problem?
1. create a deprived instance of BaseModel
2. hook up post_save signal
3. call save()
4. expect post_save signal to trigger and execute the handler
What is …
-
Comment by walkerh:For both models.signals.post_save and models.signals.pre_save, you are supposed to check for a
keyword argument of "raw" and suppress any modifications to other tables if raw is Tr…
-
### Proposed Changes
Per our [developer documentation](https://nautobot.readthedocs.io/en/stable/development/getting-started/#running-tests):
> New unit tests must always inherit from nautobot.u…
-
```
What steps will reproduce the problem?
1. create a deprived instance of BaseModel
2. hook up post_save signal
3. call save()
4. expect post_save signal to trigger and execute the handler
What is …
-
```
What steps will reproduce the problem?
1. create a deprived instance of BaseModel
2. hook up post_save signal
3. call save()
4. expect post_save signal to trigger and execute the handler
What is …
-
```
What steps will reproduce the problem?
1. create a deprived instance of BaseModel
2. hook up post_save signal
3. call save()
4. expect post_save signal to trigger and execute the handler
What is …
-
Hi!
I've looked extensively in the documentation but I don't think there's a way to add an empty line between top-level package imports so this:
```python
import os
import sys
from django.d…
-
> > > import djangosanetesting
> > > Traceback (most recent call last):
> > > File "", line 1, in
> > > File "/big/var/buildslaves/63/109/build/lib/python2.5/site-packages/djangosanetesting/**ini…
Almad updated
11 years ago