C Chan

Results 17 issues of C Chan

If I have a model with a `getter` like this: ``` class Species(models.Model): genus =models.ForeignKey(Genus, on_delete=models.CASCADE, blank=False, null = False) species = models.CharField(max_length=50, null=False, blank=False) ... @property def name(self): return...

The horizontal menubar needs options to align the items to the left, right or center in the menu bar, instead of creating buttons at the template #start and template #end...

enhancement

The US cities list should include large cities: San Diego,29.4724°N 98.5251°W San Antonio, 29.4724°N 98.5251°W San Jose, 37.2967°N 121.8189°W Fort Worth, 32.7815°N 97.3467°W El Paso, 31.8484°N 106.4270°W Tucson,32.1531°N 110.8706°W Fresno,36.7836°N...

I am having issues referencing the ID for an existing foreign key while bypassing the required inputs fields for the foreign key. Lets say I have a model ``` class...

bug

Started docs for query ## Description ## Types of Changes - [ ] Core - [ ] Bugfix - [ ] New feature - [ ] Enhancement/optimization - [x] Documentation...

Added Enums example for Integer choices ## Description ## Types of Changes - [ ] Core - [ ] Bugfix - [ ] New feature - [ ] Enhancement/optimization -...

Different data types should have pre-set filters parameters by default instead of having all the different types of filter applied for each type. Currently if you apply filters in the...

See this stackoverflow [post](https://stackoverflow.com/questions/72782586/django-strawberry-writing-a-mutation-that-includes-a-foreign-key-that-creates-mu/72796059#72796059) The code should produce two different object but did not. ## Describe the Bug When you create a object with a foreign key object using one...

bug

We need some kind of thing where you input a dictionary or list and have words get replaced. This is important for standardizing synonyms, dates, and contractions. I think code...

### Environment I am running windows 10 and using firefox Nuxt project info: ------------------------------ - Operating System: `Windows_NT` - Node Version: `v18.12.1` - Nuxt Version: `3.2.2` - Nitro Version: `2.2.2`...

3.x
pending triage
needs reproduction