-
## Context
When trying to use a code block containing django templating syntax, publishing the article throws an error.
## Expected Behavior
Articles can be published with django templating …
-
### Problem
Some features require template changes that now work correctly, but may become incompatible with future django releases.
### Solution
Discover incompatibility issues as soon as possib…
-
```
Not sure if this is intended behavior, should probably just print "Not
Found" or something. Lemme know.
Here's the stacktrace:
Environment:
Request Method: GET
Request URL: http://localhost:8…
-
> Environment:
>
>
> Request Method: GET
> Request URL: http://xadmin-show.herokuapp.com/
>
> Django Version: 1.9.7
> Python Version: 2.7.12
> Installed Applications:
> ('django.contri…
-
Hi
Everytime I try to use django-table on a model with foreignkey I receive an error message saying "global name 'name' is not defined". It does work as expected on the other models.
Environment:
R…
CalBR updated
14 years ago
-
The display is broken for small screens:
![image](https://github.com/Mosqlimate-project/Data-platform/assets/82233055/efd94ffd-ce6e-4e24-81fa-db6a03e782d1)
-
```
What steps will reproduce the problem?
1. Download the most recent Chronograph app to your app along with batchadmin.
2. Add them to the settings file
3. Add the following line to the root urls.py…
-
```
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/django/core/handlers/base.py", line 92, in get_response
response = callback(request, *callback_args, **callback_kwarg…
-
Requires:
- [x] Decision on image size
-
**Describe the bug**
If the history is added to a model, which allows to have in his primary key a '/' this does store the history correctly in the database, but when trying to access the history of …