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
path:
root
/
django
Age
Commit message (
Expand
)
Author
2014-01-01
Several small whitespace fixes for styleguide/flake8 violations
Alex Gaynor
2014-01-01
Fixed #21018 -- Reversed precedence order for management commands.
Aymeric Augustin
2014-01-01
Wiped get_commands() cache when INSTALLED_APPS changes.
Aymeric Augustin
2014-01-01
Fixed #21206 -- Fixed test discovery without labels
Preston Timmons
2014-01-01
Readded field unadvertantly removed in fedfd5030
Claude Paroz
2014-01-01
Fixed a few issues in previous commit.
Aymeric Augustin
2014-01-01
Properly assigned app_label to GIS test models.
Aymeric Augustin
2013-12-31
Fixed #21581 -- Fixed a number of issues with collectstatic.
Loic Bistuer
2013-12-31
Fixed #21714 -- Moved logging configuration to global setup()
Claude Paroz
2013-12-31
Renamed AppConfig.setup to ready.
Aymeric Augustin
2013-12-31
Enforced unicity of app labels.
Aymeric Augustin
2013-12-31
Made it possible to change an application's label in its configuration.
Aymeric Augustin
2013-12-31
Checked unicity of app config names when populating the app registry.
Aymeric Augustin
2013-12-31
Removed an obsolete unicity check.
Aymeric Augustin
2013-12-31
Fixed #21716 -- Only passed arguments supported by ogrinspect
Claude Paroz
2013-12-31
Small style cleanup.
Aymeric Augustin
2013-12-31
Fleshed out release notes for app loading.
Aymeric Augustin
2013-12-31
Turned django.db.models.app_cache_ready back into a method.
Aymeric Augustin
2013-12-31
Oops.
Aymeric Augustin
2013-12-31
Called django.setup() explicitly in management commands.
Aymeric Augustin
2013-12-31
only attempt to create the postgis extension when it does not already exist
Thomas Schreiber
2013-12-30
Removed the only_with_models_module argument of get_model[s].
Aymeric Augustin
2013-12-30
Merge pull request #2126 from apollo13/email_bytes
Florian Apolloner
2013-12-30
Decode mails using the message encoding.
Florian Apolloner
2013-12-30
Changed console and filebackend to use msg.as_bytes to output the data as it ...
Florian Apolloner
2013-12-30
Merged Apps.populate_apps() and populate_models().
Aymeric Augustin
2013-12-30
Removed postponing in Apps.populate_models.
Aymeric Augustin
2013-12-30
Stopped populating the app registry as a side effect.
Aymeric Augustin
2013-12-30
Populated Apps instances immediately by default.
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-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
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-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
[prev]
[next]