Changes between Version 4 and Version 5 of Version1.8Roadmap
- Timestamp:
- Nov 13, 2014, 9:33:42 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version1.8Roadmap
v4 v5 17 17 The Django core team has a couple of major features we'd like to merge: 18 18 19 * contrib.postgres - Marc Tamlyn20 * multiple template engines - Aymeric Augustin19 * `contrib.postgres - Marc Tamlyn <http://postgres.mjtamlyn.co.uk/>`_ 20 * `multiple template engines - Aymeric Augustin <https://myks.org/en/multiple-template-engines-for-django/>`_ 21 21 * model _meta API - Daniel Pyrathon (GSoC project) 22 22 * Use F() objects in aggregates(), annotates() and values() - Josh Smeaton