Johannes Maron

Results 120 comments of Johannes Maron

True, Widgets would have been better, or even a field using that widgets and joins all input. But I guess this repo is dead. I might fork it an continue...

Ok, lets talks about this a little more, shall we? There are different approaches to solve this issue. First would be the usage of a single `models.CharField` and a `Widget`...

codingjoe/django-postal@7f67de54c852b5714bf1b34b0a6062dff28cabde I wrote a base for future implementation right here. It doesn't really cover all the functionality but it's a start.

I would suggest to deprecate the current path implementation with a warning and update the documentation to use the builtin one. Oh and I am aware the PEP428 is not...

@iamkhush wouldn't it be also a good idea to make the same change on `django-s3file`?

@iamkhush fyi https://github.com/codingjoe/django-s3file/pull/80

I looked into it, as I desperately need an implementation of ISO 8601 durations. Sadly you decided to work with pythons `datetime.timedelta` which is a poor implementation of a duration....

@johnpaulett sorry for my confusing post. Here's what I'm up to: I currently writing a django implementation of mircodata objects as defined on http://schema.org/ That requires a ISO duration. I...

It's not my number one priority. It's more a long shot, of a library want to develop to maybe use it later commercially. In other words it's gonna take me...

@felixxm I updated the release note to include mention Oracle support for database default. I believe this concludes issue 29444. It's been plenty fun :) Let me know if you...