Commit History

Author SHA1 Message Date
  Aymeric Augustin 7d7b27d2b1 Converted links to HTTPS and linked to stable docs. 11 years ago
  Aymeric Augustin 5892a83b18 Stopped calling get_models() for a side effect. 11 years ago
  Aymeric Augustin 34a215d506 Deprecated the app argument of apps.get_models. 11 years ago
  Aymeric Augustin e5bcd1d455 Changed get_validation_errors to use an app config. 11 years ago
  Aymeric Augustin 856aaaf2b1 Changed get_migratable_models to use an app config. 11 years ago
  Aymeric Augustin 1d4bcb86ea Changed sql_* to use an app config instead of a models module. 11 years ago
  Aymeric Augustin 38ce41103f Used Apps.clear_cache() in tests that alter the app registry. 11 years ago
  Aymeric Augustin 8cfcd801c4 Fixed stupid error in 21f22f95. 11 years ago
  Aymeric Augustin 368d90e261 Removed unused import. 11 years ago
  Aymeric Augustin d1eb362afb Removed obsolete docstring. 11 years ago
  Aymeric Augustin 21f22f9544 Added Apps.clear_cache(). 11 years ago
  Aymeric Augustin 82aadbb5d5 Fixed a typo. 11 years ago
  Aymeric Augustin 7b88a96553 Added AppConfig.get_models(). 11 years ago
  Florian Apolloner 98b52ae201 Cleared global templatetags module cache. 11 years ago
  Aymeric Augustin 20d487c27b Replaced Options.object_name.lower() by Options.model_name. 11 years ago
  Aymeric Augustin 308960b92a Cleared get_models cache when swapping User model. 11 years ago
  Aymeric Augustin 00110904ac Refactored the migration signals to use app configs. 11 years ago
  Ramiro Morales 5782c94f23 Added generation of SQLite FK DDL in initial migrations. 11 years ago
  Claude Paroz 6d66ba5948 Fixed #21242 -- Allowed more IANA schemes in URLValidator 11 years ago
  Aymeric Augustin 9f13c33281 Removed the only_installed argument of Apps.get_models. 11 years ago
  Aymeric Augustin ba7206cd81 Changed get_model to raise an exception on errors. 11 years ago
  Aymeric Augustin 54790e669d Simplified Apps.get_model and added AppConfig.get_model. 11 years ago
  Aymeric Augustin 81354b82bf Stopped calling apps.get_model with only_installed=False. 11 years ago
  Aymeric Augustin bbdf01e00a Populated non-master app registries. 11 years ago
  Tim Graham 81a5e35c8d Fixed doc indentation in previous commit. 11 years ago
  ijl 71a03e01aa Fixed #20346 -- Made cache middleware vary on the full URL. 11 years ago
  Florian Apolloner 280c1a65cc Worked around a bug in python 3.3.3. Refs #21093 11 years ago
  Ramiro Morales 6a6136141b Implemented #10164 for new schema migration code. 11 years ago
  Florian Apolloner f28ea02308 Fixed #21093 -- Ensured that mails are not base64 encoded on python 3.3.3+. 11 years ago
  Claude Paroz b7a7baa554 Fixed #21618 -- Added hints about openlayers.js hosting 11 years ago