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
2013-12-17
Added get_app_configs() to iterate on app_config instances.
Aymeric Augustin
2013-12-17
Added get_app_config() to look up app configs by label.
Aymeric Augustin
2013-12-17
Fleshed out AppConfig objects.
Aymeric Augustin
2013-12-17
Moved list of models inside AppConfig instances.
Aymeric Augustin
2013-12-17
Removed unused attribute app_errors of the app cache.
Aymeric Augustin
2013-12-17
Stored AppConfig objects instead of models modules in the app cache.
Aymeric Augustin
2013-12-17
Removed module-level functions for the app cache.
Aymeric Augustin
2013-12-17
Removed ModelDict.
Aymeric Augustin
2013-12-17
Removed BaseAppCache.app_store.
Aymeric Augustin
2013-12-17
Moved django.db.models.loading to django.apps.cache.
Aymeric Augustin
2013-12-16
Removed duplicated `TimeField` in __all__.
Artur Barseghyan
2013-12-16
Fixed #17413 -- Serialization of form errors along with all metadata.
Loic Bistuer
2013-12-16
Fixed #21564 -- Use local request object when possible in generic views.
Baptiste Mispelon
2013-12-16
Removed unnecessary function-level import.
Baptiste Mispelon
2013-12-16
Removed unnecessary call to force_text in utils.html.clean_html.
Vajrasky Kok
2013-12-15
Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...
Peter Harley
2013-12-15
Fixed #21621 -- Removed kqueue autoreloader.
Aymeric Augustin
2013-12-14
Revert "Allowed running GIS form tests that don't require spatial database"
Claude Paroz
2013-12-14
Fixed #21250 -- Made HTTP auth user header configurable in tests
Bartolomé Sánchez
2013-12-14
Fixed E127 pep8 warnings.
Loic Bistuer
2013-12-14
Allowed running GIS form tests that don't require spatial database
Jakub Gocławski
2013-12-14
Fixed #21606 -- Fixed default_lat and default_lon override in OSMWidget
Jakub Gocławski
2013-12-12
Fixed #21574 -- Handle bytes consistently in utils.text.normalize_newlines.
Baptiste Mispelon
2013-12-12
Fixed PEP257 violations (single-quoted docstrings) in utils.text.
Baptiste Mispelon
2013-12-12
Fixed #21473 -- Limited language preservation to logout
Ludwik Trammer
2013-12-11
Brought comments in sync with the code in BaseAppCache.
Aymeric Augustin
2013-12-11
Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.
Dominic Rodger
2013-12-11
Fixed #21563 -- Single related object descriptors should work with `hasattr`.
Simon Charette
2013-12-11
Fixed #21510 -- Readded search reset link in changelist search bar
Claude Paroz
2013-12-11
Fix altering of SERIAL columns and InnoDB being picky about FK changes
Andrew Godwin
2013-12-11
Better default name for migrations we can't give nice names to
Andrew Godwin
2013-12-11
Change FKs when what they point to changes
Andrew Godwin
2013-12-11
Fix sqlmigrate's output for parameters
Andrew Godwin
2013-12-10
Moved imports to the top of the defaultfilters module.
Aymeric Augustin
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-12-08
Merge pull request #2048 from loic/ValidationError.message_dict
Florian Apolloner
2013-12-07
Renamed first argument of class method to cls
maurycyp
2013-12-07
Fixed #18531 -- Deprecated Geo Sitemaps
Claude Paroz
2013-12-07
Fixed #21573 -- Improved performance of utils.text.normalize_newlines.
Vajrasky Kok
2013-12-07
Trigger AttributeError in ValidationError.message_dict when error_dict is mis...
Loic Bistuer
2013-12-07
Removed unneeded string normalization in contrib.admin
Claude Paroz
2013-12-07
Fixed #21555 -- Made ValidationError pickable.
Loic Bistuer
2013-12-07
Fixed #21551 -- Reenabled loading fixtures from subdirectory
Claude Paroz
2013-12-07
Fixed #21568 -- Added missing ModelMultipleChoiceField to_python method
Claude Paroz
2013-12-07
Fixed #21530 -- Prevent AttributeError in default URLconf detection code.
Baptiste Mispelon
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 new 'srtext' spatialite 4.x SpatialRefSys column to its model.
Ramiro Morales
2013-12-06
Added missing deconstruct() methods.
Baptiste Mispelon
[prev]
[next]