Re: Django Category and Post

2015-02-13 Thread jibreel tozlok
This forum is for django's development source itself. To ask question on how to do something post here https://groups.google.com/forum/#!forum/django-users On Friday, February 13, 2015 at 6:44:03 PM UTC+2, ABDULAI MISBAW wrote: > > How do I show Posts 1, Post 2, Post 3 in category 1, Show Posts

Re: 1.8 bug fix sprinting this weekend

2015-02-13 Thread Tim Graham
Sure, sounds good, Chris. Feel free to contact me off list, if appropriate. On Friday, February 13, 2015 at 3:18:32 PM UTC-5, Chris Foresman wrote: > > Tim, > > Our company is having our quarterly "hack days" next Thursday and Friday. > Can we sync up to work on some patches then? > > > > On Thur

Re: 1.8 bug fix sprinting this weekend

2015-02-13 Thread Chris Foresman
Tim, Our company is having our quarterly "hack days" next Thursday and Friday. Can we sync up to work on some patches then? On Thursday, February 12, 2015 at 8:07:46 PM UTC-6, Tim Graham wrote: > > If you would like to contribute to the timely release of 1.8 and if you > have some free time o

Re: status of 1.8 release blockers

2015-02-13 Thread Markus Holtermann
Hey folks, I looked into the issues #24225, #24264 and #24282 and have a working pull request ready for review: https://github.com/django/django/pull/4097 The essential change in the pull request is the way how the set of models that needs to be rerendered is constructed. Instead of naively onl

Django Category and Post

2015-02-13 Thread ABDULAI MISBAW
How do I show Posts 1, Post 2, Post 3 in category 1, Show Posts 1, Post 2, Post 3 in category 2, Show Posts 1, Post 2, Post 3 in category 3, etc -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubs

Re: Feature proposal: Allow shadowing of abstract fields

2015-02-13 Thread Marten Kenbeek
Hi Loïc, Thanks for the response. I will change my code to generate errors in the case of abstract fields shadowing concrete fields. At the moment, the locking mechanism of fields is pretty much the core of this patch. It is explicitly set to `True` when fields are added to a concrete model,