1
0
Fork 0
forked from github/pelican
pelican-theme/pelican
derwinlu e3f5e39e17 fix outdated content_object_init refs
* remove content_object_init section from docs
* improve content_object_init test

The content_object_init signal used to set its class as sender and pass
the instance as additional arg in 6100773. Commit ed907b4 removed this
behaviour to bring it inline with other signals, on the basis that
you can test for the class of the object anyway.
We also had a test in place, checking this behaviour, but it was poorly
implemented, not actually checking if the function ever got called.

closes #1711
2015-06-12 19:23:17 +02:00
..
tests fix outdated content_object_init refs 2015-06-12 19:23:17 +02:00
themes Load external resources via HTTPS when available 2015-06-02 08:35:12 -07:00
tools Merge pull request #1728 from jonathan-s/stop-server 2015-05-27 08:13:21 -07:00
__init__.py Merge pull request #1740 from ingwinlu/count_hidden_pages 2015-06-11 07:27:41 -07:00
cache.py fix caching 2015-06-08 09:34:30 +02:00
contents.py Nitpick Content decorators 2015-03-22 12:21:58 +02:00
generators.py Merge pull request #1693 from zackw/static-honor-ignore-files 2015-06-10 11:54:29 -07:00
log.py Fix exception logging 2015-06-03 17:07:38 -04:00
paginator.py Fix Pelican rendering and unit tests on Windows. 2015-01-25 17:42:53 -08:00
readers.py Merge pull request #1747 from ingwinlu/fix_cache 2015-06-09 08:42:51 -07:00
rstdirectives.py Fix bug with custom reST :abbr: role. Fixes #949 2014-10-16 07:09:20 -07:00
server.py Make pelican.server importable and use it in fab serve 2015-04-03 18:58:52 -04:00
settings.py set default for caching to false 2015-06-08 09:35:00 +02:00
signals.py Merge pull request #1471 from roidelapluie/master 2015-05-06 13:13:48 +02:00
urlwrappers.py Change URLWrapper.slug to a property 2015-04-16 19:16:23 -04:00
utils.py Merge pull request #1740 from ingwinlu/count_hidden_pages 2015-06-11 07:27:41 -07:00
writers.py Remove a couple of unused imports 2015-03-13 23:01:31 -07:00