-
### Is your proposal related to a problem?
Writing importers into wagtail pages is often very slow, and makes development of importers really frustrating.
We often are helping clients to move to…
-
```
What steps will reproduce the problem?
1. Attempt to add the Napkin gadget (http://wave-samples-
gallery.appspot.com/about_app?app_id=5023)
2. Attempt to upload gadget by specifying bad URL, the w…
-
This seems oft referred to on-line. Alas it is rather dated, Python 2 and old Django versions. I wonder if there's any interest in getting it up to date, or an alternative exists that is as useful? I …
-
I'm trying to make an "admin" group with django-guardian that has access to all objects of a type instead of a single object, like such:
```python
from guardian.models import UserObjectPermission
…
-
## Feature request
### Use Case
We'd like to easily validate the files added to `BlobField`s in a model before saving the model and uploading the file to the cloud.
### Current state
We have t…
-
I am writing this ticket to get some some feedback about my implementation and whether django-polymorphic is actually the right way to go. I get some massive performance issue in our prototype and whe…
-
I use [django-hashid](https://github.com/nshafer/django-hashid-field) for my "id" field in my models.
When running jet-django along with these models I get the following error:
```
File "/Use…
-
## Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [ ] coreutils: `echo, env, cat, wc, head, tail, yes, true, false, tree` (use gobyexample to speed up things)
- [x] [Testing funda…
-
The admin page for the model which has the ImageField crashes before rendering template if one of the files is not a image file(for some reason, a zero-size file) or missing.
-
**Is your feature request related to a problem? Please describe.**
Currently the meta keywords field is used to discover the keywords for a specific page. Since this field isn't widely used by search…