Samuel Colvin
Samuel Colvin
fixed in #5565, still some work to do, but we're on it.
replaced by #462
That's great news, let me know if you have any questions. Good luck.
definitely still interest, no drawback I know of to `math.isnan`. I guess we have `FloatNan`, `FloatInfPos`, `FloatInfNeg`?
Sorry, yes `Is` prefix. `FloatInf` is fine by me.
replaced by https://github.com/samuelcolvin/python-devtools/pull/126, would be nice to try to add support for dirty-equals types (even though this has moved to another repo), in particular: * stuff where the repr breaks...
:+1: thanks so much.
I'd be happy to accept a pull request which added a `DateTimePickerWithAssets` class which subclassed `DateTimePicker` but adds the `Media` class. You can see [here](https://github.com/tutorcruncher/django-bootstrap3-datetimepicker/commit/33c954555bd4c1d5dd4031d354f1e3d3ca97869b#diff-1417bc7e3bc264c256d3c015cd9190bf) for the code which was...
(haven't tried this so it might need some checking) grablib.yml, should look something like ```yaml download_root: bootstrap3_datetime/static/bootstrap3_datetime/ download: 'GITHUB/moment/moment/2.13.0/min/moment-with-locales.min.js': 'js/' 'GITHUB/Eonasdan/bootstrap-datetimepicker/4.15.35/build/js/bootstrap-datetimepicker.min.js': 'js/' 'GITHUB/Eonasdan/bootstrap-datetimepicker/4.15.35/build/css/bootstrap-datetimepicker.css': 'css/' ``` `4.15.35` is the version we're...
Have you got jQuery included in the page? On 27 Nov 2017 23:07, "lowjumpingfrog" wrote: > I am using Django 1.11, Python 3 and Crispy Forms. The form renders >...