Author: batiste.bieler
Date: Sat Jun 20 01:41:30 2009
New Revision: 576
Modified:
wiki/BackwardsIncompatibleChanges.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/BackwardsIncompatibleChanges.wiki
==============================================================================
--- wiki/BackwardsIncompatibleChanges.wiki (original)
+++ wiki/BackwardsIncompatibleChanges.wiki Sat Jun 20 01:41:30 2009
@@ -3,6 +3,25 @@
= Backwards Incompatible Changes =
+=== r569 (Jun 16, 2009) ===
+
+Now overriding a template block containing with a placeholder will work
remove it from the admin. In example:
+
+index.html
+{{{
+{% block override %}
+ <!-- nice.html overrideing this block to make custom-widget-example
disapear form the admin -->
+ {% placeholder custom-widget-example on current_page with
example.widgets.CustomTextarea parsed %}
+{% endblock %}
+}}}
+
+nice.html
+{{{
+{% block override %}
+ <!-- by overrideing this block custom-widget-example should disapear
form the admin -->
+{% endblock %}
+}}}
+
=== r450 (Apr 15, 2009) ===
last_modification_date (models.DateTimeField) has been added to the Page
model.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---