-
this is a reminder to "fix the opengraph of non index dynamic slugs", whatever that means
-
I love to see a config settings e.g. updateSlug which will go trough all pages and updates all slugs new from title. my experience is, content creators doesn't care about slug while filling in content…
-
For example allowing for this:
``` python
class Company(Model):
slug = ...
class Location(Model):
company = ForeignKey(Company)
slug = ...
class Person(Model):
location = ForeignKey(Loc…
-
Hello kyoshino!
Whether it is ternary filter or | upper, it return nothing for me
maybe i'm missing something tho
```
fields:
- label: general
name: section
…
-
I'm a cohort lead.
Most students have no idea what slugs are and this lab gives no explanation to them.
Also it is not very intuitive to assume that a username would have spaces. I would sugges…
-
the `PINAX_BLOG_SLUG_UNIQUE` setting when set to `True`, causes a migration to be generated after install. the migrations that ship with pinax-blog were created with the default settings which is `Fa…
-
Initially reported by: @ink as #TRAC1008
If you make a post with a title such as 'Admin' 'Scripts' or 'User' - that by default assigns it an 'admin' 'scripts' or 'user' slug. This conflicts with the…
-
Created by **Pierre Martin**, 23rd Jan 2013. _(originally [Lighthouse ticket #342](http://croogo.lighthouseapp.com/projects/32818/tickets/342))_:
---
So far slugs are not validated server side, so i…
ghost updated
9 years ago
-
_From @iantocristian on April 29, 2015 8:51_
- [ ] user can edit slugs
- [ ] validation - characters and uniqueness
_Copied from original issue: CoderDojo/cp-zen-platform#76_
-
_From @arschles on January 29, 2016 20:20_
Ref https://github.com/deis/workflow/issues/324
_Copied from original issue: deis/builder#138_