summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | README - fixes (#578)Adam Chainz2016-05-031-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add syntax highlighting * Fix build table which doesn't display on Github RST renderer
| * | | | | | | | use double ticks for code in rstDavid Lord2016-05-021-5/+5
| | | | | | | | |
| * | | | | | | | Merge pull request #577 from boidolr/documentation_fixesJeff Widman2016-05-012-5/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Small documentation fixes
| | * | | | | | | | Remove `sudo` command from documentation (fixes #543).Raphael Boidol2016-05-011-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Installations should be in a virtualenv.
| | * | | | | | | | Use constant name in doc (fixes #544)Raphael Boidol2016-05-011-1/+1
| |/ / / / / / / /
| * | | | | | | | Merge pull request #570 from mr-m/patch-1Sebastian Noack2016-04-191-2/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix the typo in templates.rst
| | * | | | | | | | Fix the typoDmitriy Trifonov2016-04-191-2/+2
| |/ / / / / / / /
| * | | | | | | | Suggest installing via Pip (#569)Jeff Widman2016-04-151-2/+2
| | | | | | | | |
| * | | | | | | | Merge pull request #439 from jgmize/title-filter-capitalize-inside-parensJeff Widman2016-04-152-6/+13
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make title filter capitalize words inside parens and other brackets
| | * | | | | | | | Make title filter capitalize words in (),{},[],<>Josh Mize2015-04-082-6/+13
| | | | | | | | | |
| * | | | | | | | | Merge pull request #473 from snoack/redundant-sortingJeff Widman2016-04-151-12/+4
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Got rid of redundant sorting in groupby filter
| | * | | | | | | | | Got rid of redundant sorting in groupby filterSebastian Noack2015-08-071-12/+4
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #470 from snoack/partial-nextJeff Widman2016-04-142-26/+23
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use partial(next, ...) instead get_next()
| | * | | | | | | | | | Use partial(next, ...) instead get_next()Sebastian Noack2015-08-102-26/+23
| | | | | | | | | | | |
| * | | | | | | | | | | Merge pull request #567 from gpanther/update-gae-example-in-faqJeff Widman2016-04-141-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Update GAE example code
| | * | | | | | | | | | | Update GAE example codeAttila-Mihaly Balazs2016-04-141-2/+2
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Update the Google App Engine example code to be compatible with the latest google app engine devserver.
| * | | | | | | | | | | Merge pull request #500 from snoack/setup-py-versionsJeff Widman2016-04-121-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Added Python 3.4 and 3.5 to the classifiers in setup.py
| | * | | | | | | | | | | Added Python 3.4 and 3.5 to the classifiers in setup.pySebastian Noack2015-10-061-0/+2
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch '2.8-maintenance'Markus Unterwaditzer2016-04-123-4/+13
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | Changelog for #466Markus Unterwaditzer2016-04-121-0/+1
| | | | | | | | | | | |
| | * | | | | | | | | | Merge branch 'snoack-issue-466' into 2.8-maintenanceMarkus Unterwaditzer2016-04-122-4/+12
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix #467 Fix #466
| | | * | | | | | | | | Fixed int() filter for non-string objects #466Sebastian Noack2016-04-122-4/+12
| | |/ / / / / / / / /
| * | | | | | | | | | standard tox/travis configDavid Lord2016-04-114-20/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix pytest warning, don't prefix non-testcase classes with Test
| * | | | | | | | | | Fixed typo/grammar error (#532)Kojo Idrissa2016-04-101-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Use container-based travis infrastructure (#496)Adrian2016-04-101-0/+1
| | | | | | | | | | |
| * | | | | | | | | | Fix typo (#531)Guillaume Paumier2016-04-101-1/+1
| | | | | | | | | | |
| * | | | | | | | | | link fix (#527)Abdullah2016-04-101-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Change links for Babel to new docs location. (#562)Tim Swast2016-04-102-3/+3
| | | | | | | | | | |
| * | | | | | | | | | Escape target attribute in the urlize function in utils.py. (#507)Sambhav Satija2016-04-102-2/+13
| | | | | | | | | | |
| * | | | | | | | | | change from @mitsuhiko to pallets projectJosé Carlos García2016-04-034-8/+8
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | Merge pull request #526 from ioab/masterArmin Ronacher2016-01-041-2/+3
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | docs: Integration link fix
| | * | | | | | | | | docs: Integration link fixAbdullah2016-01-041-2/+3
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #523 from alimony/patch-1Armin Ronacher2016-01-041-1/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | Fix typo.
| | * | | | | | | | Fix typo.Markus Amalthea Magnuson2015-12-281-1/+1
| |/ / / / / / / /
* | | | | | | | | Added support for generator_stopArmin Ronacher2016-12-272-1/+16
|/ / / / / / / /
* | | | | | | | Merge branch '2.8-maintenance'Armin Ronacher2015-11-202-1/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fixed for_qs for urlencode. This fixes #515Armin Ronacher2015-11-202-1/+3
| | | | | | | |
| * | | | | | | This is 2.8.1-devArmin Ronacher2015-11-203-2/+7
| | | | | | | |
* | | | | | | | Merge pull request #513 from spookylukey/patch-1Armin Ronacher2015-11-141-2/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | Fixed a few spelling mistakes in a docstring
| * | | | | | | Fixed a few spelling mistakes in a docstringLuke Plant2015-11-141-2/+2
|/ / / / / / /
* | | | | | | Merge pull request #497 from snoack/pypyMarkus Unterwaditzer2015-09-201-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Added pypy to the list of Python versions tested by Travis CI
| * | | | | | | Added pypy to the list of Python versions tested by Travis CISebastian Noack2015-09-201-0/+1
|/ / / / / / /
* | | | | | | Don't pin to .0 versionMarkus Unterwaditzer2015-09-201-1/+1
| | | | | | |
* | | | | | | Merge pull request #495 from snoack/py35Markus Unterwaditzer2015-09-202-2/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | Added Python 3.5 to tox and Travis configuration
| * | | | | | Added Python 3.5 to tox and Travis configurationSebastian Noack2015-09-202-2/+3
|/ / / / / /
| | | | * | Prevent random filter from being inlinedSebastian Noack2015-08-102-6/+13
| |_|_|/ / |/| | | |
* | | | | Merge pull request #472 from pydanny/pydanny-update-django-switch-docsMarkus Unterwaditzer2015-08-061-31/+0
|\ \ \ \ \ | | | | | | | | | | | | Remove conditions segment of Django section
| * | | | | Removed outdated condition section on DjangoDaniel Greenfeld2015-08-061-31/+0
|/ / / / /
* | | | | Merge pull request #471 from snoack/metaclass-improvementMarkus Unterwaditzer2015-08-061-14/+5
|\ \ \ \ \ | |_|/ / / |/| | | | Improve with_metaclass()
| * | | | Improve with_metaclass()Sebastian Noack2015-08-051-14/+5
|/ / / /