index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2013-12-30
Populated Apps instances immediately by default.
Aymeric Augustin
2013-12-30
Updated advice on connecting signals at startup.
Aymeric Augustin
2013-12-30
Added AppConfig.setup() to run setup code.
Aymeric Augustin
2013-12-30
Populated the app registry earlier at startup.
Aymeric Augustin
2013-12-30
Avoided leaking state on exceptions in populate_models().
Aymeric Augustin
2013-12-30
Pointed intersphinx links to Python's default version.
Aymeric Augustin
2013-12-30
Assumed Python 3 throughout docs/intro.
Aymeric Augustin
2013-12-29
Converted links to HTTPS and linked to stable docs.
Aymeric Augustin
2013-12-29
Stopped calling get_models() for a side effect.
Aymeric Augustin
2013-12-29
Deprecated the app argument of apps.get_models.
Aymeric Augustin
2013-12-29
Changed get_validation_errors to use an app config.
Aymeric Augustin
2013-12-29
Changed get_migratable_models to use an app config.
Aymeric Augustin
2013-12-29
Changed sql_* to use an app config instead of a models module.
Aymeric Augustin
2013-12-29
Used Apps.clear_cache() in tests that alter the app registry.
Aymeric Augustin
2013-12-29
Fixed stupid error in 21f22f95.
Aymeric Augustin
2013-12-29
Removed unused import.
Aymeric Augustin
2013-12-29
Removed obsolete docstring.
Aymeric Augustin
2013-12-29
Added Apps.clear_cache().
Aymeric Augustin
2013-12-29
Fixed a typo.
Aymeric Augustin
2013-12-29
Added AppConfig.get_models().
Aymeric Augustin
2013-12-29
Cleared global templatetags module cache.
Florian Apolloner
2013-12-29
Replaced Options.object_name.lower() by Options.model_name.
Aymeric Augustin
2013-12-29
Cleared get_models cache when swapping User model.
Aymeric Augustin
2013-12-29
Refactored the migration signals to use app configs.
Aymeric Augustin
2013-12-29
Skipped inclusion of scripts (pip will take care of that).
Florian Apolloner
2013-12-28
Added generation of SQLite FK DDL in initial migrations.
Ramiro Morales
2013-12-28
Fixed #21242 -- Allowed more IANA schemes in URLValidator
Claude Paroz
2013-12-28
Removed the only_installed argument of Apps.get_models.
Aymeric Augustin
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-28
Simplified Apps.get_model and added AppConfig.get_model.
Aymeric Augustin
2013-12-28
Stopped calling apps.get_model with only_installed=False.
Aymeric Augustin
2013-12-28
Populated non-master app registries.
Aymeric Augustin
2013-12-28
Introduced as_bytes for SafeMIMEText (and other SafeMIME-classes).
Florian Apolloner
2013-12-28
Fixed doc indentation in previous commit.
Tim Graham
2013-12-28
Fixed #20346 -- Made cache middleware vary on the full URL.
ijl
2013-12-28
Worked around a bug in python 3.3.3. Refs #21093
Florian Apolloner
2013-12-28
Implemented #10164 for new schema migration code.
Ramiro Morales
2013-12-28
Fixed #21093 -- Ensured that mails are not base64 encoded on python 3.3.3+.
Florian Apolloner
2013-12-28
Fixed #21618 -- Added hints about openlayers.js hosting
Claude Paroz
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-12-28
Migrated built-in AppCommands to use handle_app_config.
Aymeric Augustin
2013-12-28
Updated the AppCommand API to support apps without a models module.
Aymeric Augustin
2013-12-28
Simplified the implementation of register_model.
Aymeric Augustin
2013-12-27
Amend test table name so it doesn't clash.
Ramiro Morales
2013-12-27
Merge pull request #2120 from ramiro/schema-creation-quoting
Ramiro Morales
2013-12-27
Avoided %r formatting on possibly unicode strings.
Aymeric Augustin
2013-12-27
Fixed #21692 -- Quote table name when creating it.
Ramiro Morales
2013-12-27
Refactored dumpdata with app configs instead of models modules.
Aymeric Augustin
2013-12-27
Fixed a couple flake8 warnings.
Aymeric Augustin
2013-12-27
Fixed #21650 -- Corrected bad advice for plural translation.
Tim Graham
[prev]
[next]