Re: Rewrite the Django wiki page

2017-12-04 Thread Tim Graham
You need to login using one of the buttons on the top of the page, then an "Edit this page" button will appear at the bottom. On Monday, December 4, 2017 at 10:36:03 AM UTC-5, Nes Dis wrote: > > I was wondering if it is possible to add some info into the Django wiki > page. I have been trying to

Rewrite the Django wiki page

2017-12-04 Thread Nes Dis
I was wondering if it is possible to add some info into the Django wiki page. I have been trying to find the source files(txt or rst) for the wiki page of this url: https://code.djangoproject.com/wiki/NoSqlSupport I simply cannot find the githu

Re: Additional PostgreSQL-specific functions

2017-12-04 Thread Joe Tennies
As a note, MariaDB also has regex_replace support (since 2013), but I don't believe MySql does yet. People have implemented it via User Defined Functions. SQLite can support it if using the icu_replace extension module. What is the current Django best practice for optionally available functionali