Author: leidel
Date: Tue Apr 21 07:26:13 2009
New Revision: 471
Modified:
wiki/BackwardsIncompatibleChanges.wiki
Log:
Edited wiki page through web user interface.
Modified: wiki/BackwardsIncompatibleChanges.wiki
==============================================================================
--- wiki/BackwardsIncompatibleChanges.wiki (original)
+++ wiki/BackwardsIncompatibleChanges.wiki Tue Apr 21 07:26:13 2009
@@ -6,6 +6,13 @@
=== r450 (Apr 15, 2009) ===
last_modification_date (models.DateTimeField) has been added to the Page
model.
+{{{
+BEGIN;
+ALTER TABLE pages_page
+ ADD COLUMN publication_end_date datetime;
+COMMIT;
+}}}
+
=== r430 (Apr 2, 2009) ===
Page redirection has been added to the code base. Page Model change and DB
synchronisation is needed.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---