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
/
db
/
models
Age
Commit message (
Expand
)
Author
2013-12-31
Made it possible to change an application's label in its configuration.
Aymeric Augustin
2013-12-31
Small style cleanup.
Aymeric Augustin
2013-12-31
Turned django.db.models.app_cache_ready back into a method.
Aymeric Augustin
2013-12-30
Stopped populating the app registry as a side effect.
Aymeric Augustin
2013-12-29
Replaced Options.object_name.lower() by Options.model_name.
Aymeric Augustin
2013-12-29
Refactored the migration signals to use app configs.
Aymeric Augustin
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
Stopped calling apps.get_model with only_installed=False.
Aymeric Augustin
2013-12-26
Turned apps.ready into a property. Added tests.
Aymeric Augustin
2013-12-26
Removed a few gratuitous lambdas.
Aymeric Augustin
2013-12-24
Typo fix for exception message.
Jonas Gastal
2013-12-24
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-22
Renamed has_model to get_registered_models.
Aymeric Augustin
2013-12-22
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
Renamed registered_model to has_model.
Aymeric Augustin
2013-12-22
Added an _-prefix to pending lookups because it's transient.
Aymeric Augustin
2013-12-22
Terminated AppCache._populate() with extreme prejudice.
Aymeric Augustin
2013-12-22
Removed the app_config.installed flag.
Aymeric Augustin
2013-12-22
Refactored registration of models.
Aymeric Augustin
2013-12-22
Fixed #21643 -- repeated execution of qs with F() + timedelta
Alexey Voronov
2013-12-18
Fixed #11629 -- Deprecated callable arguments to queryset methods.
Baptiste Mispelon
2013-12-18
Fixed #21552 -- Allowed the use of None for the iexact lookup.
Denis Moskalets
2013-12-17
Normalized Model._meta.installed.
Aymeric Augustin
2013-12-17
Moved the new app cache inside core.
Aymeric Augustin
2013-12-17
Restored deprecated aliases for functions in django.db.models.
Aymeric Augustin
2013-12-17
Removed the _-prefix for populate().
Aymeric Augustin
2013-12-17
Simplified register_models.
Aymeric Augustin
2013-12-17
Removed unused attribute app_errors of the app cache.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-11
Brought comments in sync with the code in BaseAppCache.
Aymeric Augustin
2013-12-11
Fixed #21563 -- Single related object descriptors should work with `hasattr`.
Simon Charette
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-12-06
Corrected a flake8 issue -- this line is imported for the purpose of re-expos...
Alex Gaynor
2013-12-06
Fixed #21566 -- Fixed AttributeError when using bulk_create with ForeignObject.
Roger Hu
2013-12-06
Fixed #21554 -- Incorrect SQL generated when using multiple inheritance.
pegler
2013-12-06
Added missing deconstruct() methods.
Baptiste Mispelon
2013-12-06
Fixed ModelState breaking when unique_together has unhashable elements.
Baptiste Mispelon
2013-12-06
Fixed error in ManyToManyField.deconstruct().
Baptiste Mispelon
2013-12-04
Add clone() method to Field to get clean copies of it.
Andrew Godwin
2013-11-30
Fixed comment typos.
Alex Hill
2013-11-30
Fixed #20867 -- Added the Form.add_error() method.
Loic Bistuer
2013-11-29
Use 'update_fields' in RelatedManager.clear() when bulk=False.
Loic Bistuer
2013-11-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-27
Added a bulk option to RelatedManager remove() and clear() methods
Loic Bistuer
2013-11-27
Used simpler queries for m2m clearing when possible.
Anssi Kääriäinen
2013-11-27
Fixed #21169 -- Reworked RelatedManager methods use default filtering
Loic Bistuer
2013-11-24
Fixed #21391 -- Allow model signals to lazily reference their senders.
Simon Charette
[prev]
[next]