0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Jun 22, 2024 — Jun 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a README and INSTALL explanatory files. More... over 15 years ago
Set up mime-type properties, so apache will serve them based on their actual type. More... over 15 years ago
Added basic documentation. Basically it is a move of the googlecode wiki to Sphinx. More... over 15 years ago
Updated tests to work with Django trunk. More... about 16 years ago
Raise TranslationDoesNotExists in fallback code if the instance has no translation More... over 16 years ago
Fixed test assertion More... over 16 years ago
Added test and model to check fallback errors related to empty translation cache More... over 16 years ago
Fixed FALLBACK_LANGUAGE_IDS initialization More... over 16 years ago
Updated test project settings for new fallback implementation tests More... over 16 years ago
Added translation fallback fields (title_any, title_pl_any etc). More... over 16 years ago
Code cleanup, removing some pieces that are no longer necessary. More... over 16 years ago
Bugfix: the "delete" checkbox would not work correctly in some situations. More... over 16 years ago
Fixing #92: changed the MultilingualFlatPage model to allow empty content. More... over 16 years ago
Added a special case for counting, so that the most common COUNT, without any WHEREs, does not do the translation joins. More... over 16 years ago
Changed the testproject settings to install the debug toolbar if available. More... over 16 years ago
Changed the multilingual admin UI so that it allows partial translations. More... over 16 years ago
Added the templates and fixtures to setup.py. Thanks, Jannis Leidel! More... over 16 years ago
Added a simple setup.py script, as suggested in issue #91. Thanks, JustinLilly! More... over 16 years ago
Added the contributors of recently-used patches to the AUTHORS file. Thanks! More... over 16 years ago
Made the internal Translation class available as (ModelName).Translation. More... over 16 years ago
Bugfix #84, #85, #87: Django rev. 9700 changed the interface of one of the functions DM used for queries. Thanks amit.ramon, m.meylan and gonzalosaavedra! More... over 16 years ago
Bugfix: #86, imported a non-existant Count name. Thanks, alberto.paro! More... over 16 years ago
Committing missing files. More... over 16 years ago
Added AUTHORS and LICENSE files. More... over 16 years ago
Added prepopulated_fields validation code (it was disabled for multilingual models). Changed DM behavior when a model is registered with the admin site with a modeladmin not inheriting multilingual.ModelAdmin: it now signals a DeprecationWarning instead of throwing an error. More... over 16 years ago
Prepopulated_fields seems to be working correctly. Also, added missing tests for inline editing classes. More... over 16 years ago
Added support for using prepopulated_fields with dependencies from translatable fields. More... over 16 years ago
Added a generic AdminTestCase to make it simpler to test stuff in the More... over 16 years ago
Changed the way DM handles inline editor classes so that it is More... over 16 years ago
Fixing issues #61 and #76. Patch provided by jdemoor - thanks! More... over 16 years ago