Ed Rivas
Ed Rivas
Hey, thanks for sharing your ideas! I'm glad I'm not the only one who thought about this. I think it's hard to strike a balance between the completely file-based approach...
I recall @seawolf42 mentioning it was public domain today at DjangoCon
I'd like to say regarding point 4: RSCSS allows for styling children from parents when you're building layouts like so (taken from [the docs](http://rscss.io/layouts.html#define-positioning-in-parents)): ```scss .article-list { @include clearfix; >...
The wrong admin messages happen when the action you just took removes the elements from the current view. For example when you are filtering by "Only deleted" and undelete an...
I would suspect it works fine since the original tests are passing and their pks are being cast to strings as well
@davish I just verified it and it works: Django will find instances by their PK even if it's passed as a string and the actual value is an int
@davish I fixed a bug where `retrieve` messages were being sent for unrelated model instances (also added a test case)
I have started work on a proposal for this: https://github.com/sass/sass/pull/3446
It's been so long so I don't remember 😅 But the custom event rings a bell (and that's what I would do now)
To me the most complete solution would look like this: - Application theme lets me choose light, dark, or system. This controls the "chrome" of the app (title bar, tabs,...