Commit Graph

47 Commits

Author SHA1 Message Date
Timothy Hobbs
cbb5dcdef9 Document standalone install 2023-10-14 18:48:53 +02:00
Garret Wassermann
bdd8e39421
Update install.rst
Fix a docs misspelling
2022-07-23 17:18:01 -04:00
chrisbroderick
58ed521a2c Add the file system deletion app for attachments into INSTALLED_APPS 2022-07-23 11:58:28 +01:00
bbrendon
c15c623205
update install for noobs like me 2022-06-25 15:09:14 -07:00
Garret Wassermann
d1187b02fa Merge in bugfixes and features from 0.3.4 release including new api 2022-04-23 02:10:58 -04:00
Benbb96
b8451eef16 Add an API section in documentation + fix small things 2022-04-07 00:43:00 +02:00
Garret Wassermann
5ca1f39c23 Update versions and copyrights to begin the 0.4 release dev cycle 2021-10-18 01:16:39 -04:00
Garret Wassermann
122d8f7b6a Update documentation for 0.3.0 release, restrict support to python 3.8+ because earlier pythons are no longer supported upstream anyway 2021-10-17 23:49:16 -04:00
Garret Wassermann
00edddbaad Update docs to recommend using django 3.2 LTS 2021-08-20 02:12:55 -04:00
Garret Wassermann
1559333993 Fix some docs and migrations in prep for 0.3 release, see #878 2021-08-20 02:05:21 -04:00
Timothy Hobbs
2e867cba87 Remove hard dependency on pinax teams 2020-12-02 01:26:53 +01:00
alligatorbait
16c70d38cd Update Django versions supported and one format error in file 2020-10-14 15:06:56 -06:00
Garret Wassermann
2f788f2597 Merge 0.2.22 bugfix release updates, update copyright year in license, specify python 3.6 or above in setup 2020-07-30 04:46:15 -04:00
Garret Wassermann
0a712381e0 Set default attachment permissions to 0700, to address #591 2020-07-27 19:50:25 -04:00
Devon Findlay
eb38c7dee4
Fixing type in install.rst
pinax.inviations -> pinax.invitations

Small typo fixed
2020-05-07 20:17:16 +01:00
Timothy Hobbs
ecbb91b861 Private kb categories 2020-01-27 17:37:59 +01:00
Garret Wassermann
7f27eb9428 Merge 0.2.17 release into develop 2019-08-27 21:53:25 -04:00
Garret Wassermann
073ebaba80 Update documentation for custom field search 2019-08-27 21:37:39 -04:00
Jachym Cepicky
d4f1f85b29 Markdown for Knowledge base, ticket and comments.
Removed markdown-deux
2019-03-06 14:42:57 +01:00
Garret Wassermann
1af01b275f Update docs for bootstrap4form for #682 2018-12-27 17:26:03 -05:00
nicoamaro
d7fbcf02d9
Update install.rst 2017-11-02 15:55:51 -03:00
Garret Wassermann
56f32022af Add dependency info and explicit warning of dropping py2 support to the install docs 2017-09-14 00:37:00 -04:00
Garret Wassermann
f5aec2d385 Update docs for minimum of Django 1.11, set release version to 0.2.0 and change primary maintainer to gwasser 2017-08-30 15:54:19 -04:00
Garret Wassermann
03b5e41b42 #184: provide more explicit install documentation for using MySQL with UTF-8 collation 2017-04-16 03:31:45 -04:00
Garret Wassermann
a69cf25c71 Rework README and CONTRIBUTING to remove redundancy. Some README statements moved to install docs instead. 2017-03-20 03:19:53 -04:00
Garret Wassermann
3740cd5ddc Update docs to add SITE_ID, to address #481 2017-02-10 16:17:16 -05:00
Garret Wassermann
97a24fbe22
Ensure that local files are deleted after processing, and add some information about it to the install.rst documentation 2016-11-12 11:32:04 +07:00
Alex Barcelo
afd6ebad74 Merge current 'master' state into urls_app_name 2016-10-19 15:26:04 +02:00
Ross Poulton
138904bf8b Update project URLs per #424 2016-10-12 11:14:10 +11:00
Jan Henrik Hasselberg
4e9bfb6335 django.contrib.sites is an requirement
Documentation example should point out django.contrib.sites is a requirement. I thought "sites" was optional looking at example first time.
2016-06-23 06:58:27 +02:00
Mitchel Humpherys
fe261a1e54 install.rst: Fix typo
setnd => send
2016-05-15 00:55:59 -07:00
Alex Barcelo
f5ecb67b22 fixing documentation for Django 1.8 and its namespace behaviour 2015-12-22 10:29:48 +01:00
Ross Poulton
9c249a818b Update docs & tests for Python 2.7/3.3+ and Django 1.7+ 2015-12-16 10:35:00 +11:00
Jonathan Barratt
caa1ec242a Update install.rst
Change example urls.py URL patterns from raw tuples to url(...) calls, for Django 1.8 (and possibly 1.5+) compatibility.
2015-06-03 13:04:46 +07:00
Ross Poulton
5e0ee1e37c Add bootstrapform to install docs. Closes #307. 2015-02-23 14:24:53 +11:00
Ross Poulton
ae146c2e7f Remove reference to django.contrib.markup in install docs. (#255) 2015-02-23 14:22:28 +11:00
Ross Poulton
afe6335995 Add install instructions for email templates. Fixes #294. 2015-02-14 11:10:20 +11:00
Stefano Brentegani
fd0ab29dfc use naturaltime for elapsed times (resolves #229) 2014-07-21 10:21:33 +02:00
Ross Poulton
fe1bfd1fa4 Replace django.contrib.markup with django-markdown-deux. Closes #219. 2014-07-07 12:10:53 +10:00
Ross Poulton
65f9249082 Tidy up docs & add documentation about settings 2012-08-08 15:21:29 +10:00
Ross Poulton
aa16eb6ef2 Add more detail on contrib.markup to docs. Closes #141. 2012-06-11 13:37:44 +10:00
demo
3453de52d5 corrected doc on migrate to fit actual needs 2011-11-08 16:14:04 +01:00
Ross Poulton
f8684e7b3f Merged pull request #53 from issackelly/master.
Django 1.3 staticfiles
2011-04-28 03:10:23 -07:00
Ross Poulton
ebc4b7d24c Add proper database migrations support using South. Updated documentation to match. Closes GH-50. 2011-04-27 19:57:03 +10:00
Issac Kelly
021a48c843 Fix the fixture, and update for django 1.3, add dist and egg-info to gitignore 2011-03-25 18:03:18 -04:00
Ross Poulton
b31068caa9 Add documentation re: login URL. Closes issue GH-48. 2011-03-05 03:19:15 +00:00
Ross Poulton
8dc08b2e9c Remove doctrees & html docs; moved reStructuredText files from docs/source/ to docs/ to make it a little easier for most people to access. 2011-02-14 22:03:09 +00:00