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
/
core
Age
Commit message (
Expand
)
Author
2014-01-20
fixed typo on docstring
JoseĢ Moreira
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2014-01-19
Fixed #21638: Validators are now comparable, stops infinite user mig'ns
Andrew Godwin
2014-01-17
Adjusted inspectdb management command to yield PEP 8-compliant output barring...
JustinTArthur
2014-01-13
Remove unneded open(.., 'U') when on python 3.
Marc Tamlyn
2014-01-12
Undelete the `return True` removed in 4e0a2fe.
Marc Tamlyn
2014-01-12
Fixed #21770 -- Updated autocomplete for app-loading.
Aymeric Augustin
2014-01-12
Fixed #21477 -- Renamed db to using in pre/post_migrate signals.
Aymeric Augustin
2014-01-06
Avoided catching ImproperlyConfigured on django.setup().
Aymeric Augustin
2014-01-02
Moved django.setup() to ManagementUtility
Claude Paroz
2014-01-01
Adjusted previous commit for Python 3.
Aymeric Augustin
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
2013-12-31
Oops.
Aymeric Augustin
2013-12-31
Called django.setup() explicitly in management commands.
Aymeric Augustin
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
Stopped populating the app registry as a side effect.
Aymeric Augustin
2013-12-30
Populated the app registry earlier at startup.
Aymeric Augustin
2013-12-29
Stopped calling get_models() for a side effect.
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
Removed unused import.
Aymeric Augustin
2013-12-29
Added AppConfig.get_models().
Aymeric Augustin
2013-12-29
Refactored the migration signals to use app configs.
Aymeric Augustin
2013-12-28
Fixed #21242 -- Allowed more IANA schemes in URLValidator
Claude Paroz
2013-12-28
Changed get_model to raise an exception on errors.
Aymeric Augustin
2013-12-28
Introduced as_bytes for SafeMIMEText (and other SafeMIME-classes).
Florian Apolloner
2013-12-28
Worked around a bug in python 3.3.3. Refs #21093
Florian Apolloner
2013-12-28
Fixed #21093 -- Ensured that mails are not base64 encoded on python 3.3.3+.
Florian Apolloner
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-27
Refactored dumpdata with app configs instead of models modules.
Aymeric Augustin
2013-12-26
Made the AppConfig API marginally more consistent.
Aymeric Augustin
2013-12-25
Merge pull request #2105 from funkybob/cleanup_get_post
Aymeric Augustin
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
Use cached_property for request.GET and request.COOKIES
Curtis
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Added the ability to supply custom app configs.
Aymeric Augustin
2013-12-22
Improved set_available_apps() in several ways.
Aymeric Augustin
2013-12-22
Stop testing for inclusion in INSTALLED_APPS.
Aymeric Augustin
2013-12-22
Renamed registered_model to has_model.
Aymeric Augustin
2013-12-22
Stopped iterating on INSTALLED_APPS.
Aymeric Augustin
2013-12-22
Not all Python modules have a __path__.
Aymeric Augustin
2013-12-22
Populated models only when necessary in get_app_config[s].
Aymeric Augustin
[next]