summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
2013-12-17Added get_app_configs() to iterate on app_config instances.Aymeric Augustin
2013-12-17Added get_app_config() to look up app configs by label.Aymeric Augustin
2013-12-17Fleshed out AppConfig objects.Aymeric Augustin
2013-12-17Moved list of models inside AppConfig instances.Aymeric Augustin
2013-12-17Removed unused attribute app_errors of the app cache.Aymeric Augustin
2013-12-17Stored AppConfig objects instead of models modules in the app cache.Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Removed ModelDict.Aymeric Augustin
2013-12-17Removed BaseAppCache.app_store.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-12-16Removed duplicated `TimeField` in __all__.Artur Barseghyan
2013-12-16Fixed #17413 -- Serialization of form errors along with all metadata.Loic Bistuer
2013-12-16Fixed #21564 -- Use local request object when possible in generic views.Baptiste Mispelon
2013-12-16Removed unnecessary function-level import.Baptiste Mispelon
2013-12-16Removed unnecessary call to force_text in utils.html.clean_html.Vajrasky Kok
2013-12-15Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...Peter Harley
2013-12-15Fixed #21621 -- Removed kqueue autoreloader.Aymeric Augustin
2013-12-14Revert "Allowed running GIS form tests that don't require spatial database"Claude Paroz
2013-12-14Fixed #21250 -- Made HTTP auth user header configurable in testsBartolomé Sánchez
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-12-14Allowed running GIS form tests that don't require spatial databaseJakub Gocławski
2013-12-14Fixed #21606 -- Fixed default_lat and default_lon override in OSMWidgetJakub Gocławski
2013-12-12Fixed #21574 -- Handle bytes consistently in utils.text.normalize_newlines.Baptiste Mispelon
2013-12-12Fixed PEP257 violations (single-quoted docstrings) in utils.text.Baptiste Mispelon
2013-12-12Fixed #21473 -- Limited language preservation to logoutLudwik Trammer
2013-12-11Brought comments in sync with the code in BaseAppCache.Aymeric Augustin
2013-12-11Fixed #21462 -- Made `assertNumQueries` print executed queries on failure.Dominic Rodger
2013-12-11Fixed #21563 -- Single related object descriptors should work with `hasattr`.Simon Charette
2013-12-11Fixed #21510 -- Readded search reset link in changelist search barClaude Paroz
2013-12-11Fix altering of SERIAL columns and InnoDB being picky about FK changesAndrew Godwin
2013-12-11Better default name for migrations we can't give nice names toAndrew Godwin
2013-12-11Change FKs when what they point to changesAndrew Godwin
2013-12-11Fix sqlmigrate's output for parametersAndrew Godwin
2013-12-10Moved imports to the top of the defaultfilters module.Aymeric Augustin
2013-12-10Fixed E124 pep8 warnings.Loic Bistuer
2013-12-08Merge pull request #2048 from loic/ValidationError.message_dictFlorian Apolloner
2013-12-07Renamed first argument of class method to clsmaurycyp
2013-12-07Fixed #18531 -- Deprecated Geo SitemapsClaude Paroz
2013-12-07Fixed #21573 -- Improved performance of utils.text.normalize_newlines.Vajrasky Kok
2013-12-07Trigger AttributeError in ValidationError.message_dict when error_dict is mis...Loic Bistuer
2013-12-07Removed unneeded string normalization in contrib.adminClaude Paroz
2013-12-07Fixed #21555 -- Made ValidationError pickable.Loic Bistuer
2013-12-07Fixed #21551 -- Reenabled loading fixtures from subdirectoryClaude Paroz
2013-12-07Fixed #21568 -- Added missing ModelMultipleChoiceField to_python methodClaude Paroz
2013-12-07Fixed #21530 -- Prevent AttributeError in default URLconf detection code.Baptiste Mispelon
2013-12-06Corrected a flake8 issue -- this line is imported for the purpose of re-expos...Alex Gaynor
2013-12-06Fixed #21566 -- Fixed AttributeError when using bulk_create with ForeignObject.Roger Hu
2013-12-06Fixed #21554 -- Incorrect SQL generated when using multiple inheritance.pegler
2013-12-06Added new 'srtext' spatialite 4.x SpatialRefSys column to its model.Ramiro Morales
2013-12-06Added missing deconstruct() methods.Baptiste Mispelon