3,935 reputation
32241
bio website codingdomain.com
location Netherlands
age 28
visits member for 3 years, 10 months
seen 7 hours ago
stats profile views 172

Entrepreneur, software/web developer with enthusiasm for technology and insight in the Open Source world. Driven to create the best out of technology, solving things in a proper way, and creating products which prove to be a real benefit for the customer.


Jun
7
awarded  Great Answer
May
22
awarded  Nice Answer
May
21
answered How can I define a polymorphic relation between models in Django?
May
21
comment Polymorphic models like rails in Django?
Check out django-polymorphic, which is designed for this use case. It also works when the model is fetched via foreignkeys, ManyToManyFields, etc.. Admin integration and Python 3 support is included.
May
21
comment Polymorphism in Django models
Check out django-polymorphic, which is designed for this use case. It also works when the model is fetched via foreignkeys, ManyToManyFields, etc..
May
20
answered How do I access the child classes of an object in django without knowing the name of the child class?
May
20
answered Determining Django Model Instance Types after a Query on a Base-class
May
19
awarded  Necromancer
May
2
answered Diagnosing a Sporadic Django/ Postgres “DatabaseError: current transaction is aborted”
Apr
21
answered Django Admin nested inline
Apr
5
comment Can I implement a callback with each animation step in jQuery?
Ah, it seems jQuery has support for that now. nice! :)
Mar
24
answered What's the point of oEmbed API endpoints and URL schemes vs. link tags?
Mar
24
awarded  Popular Question
Mar
17
comment Margin on child element moves parent element
@MuhammadUmer, well this has to do with text content. For example, a series of <h2>, <p>, <ul> won't get strange gaps or "double" margins this way.
Mar
14
awarded  Guru
Mar
13
awarded  Nice Answer
Mar
8
comment Remove a directory permanently from git
You'll have to remove all old references (e.g. branch names, tags), and you can run git gc --aggressive afterwards.
Mar
3
comment Untangle two lines with `git add -p`
@Iceberg: I used to be for the job I was in, but not anymore.
Mar
1
awarded  Popular Question
Feb
14
awarded  Notable Question