summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-03Merge pull request #2094 from coder9042/ticket_21478Anssi Kääriäinen
2014-01-02Fixed #21319 -- Added documentation for the Form.fields attribute.Vajrasky Kok
2014-01-03Revert "Fixed #21227 -- Added workaround for selenium test failures"Florian Apolloner
2014-01-03Removed unneeded import.Florian Apolloner
2014-01-03Fixed a few flaky selenium tests.Florian Apolloner
2014-01-02Updated my bio.Aymeric Augustin
2014-01-02Changed convention for modules storing AppConfigs.Aymeric Augustin
2014-01-02Fixed #21722 -- Added a warning for avoiding XSS vulnerabilities when reusing...Tim Graham
2014-01-02Merge pull request #2138 from NathanRSmith/masterAlex Gaynor
2014-01-02Fixed minor typos.Nathan Smith
2014-01-02Moved django.setup() to ManagementUtilityClaude Paroz
2014-01-02Merge pull request #2137 from ftobia/patch-1Alex Gaynor
2014-01-02Fixed typos. Changed grammar.Frank Tobia
2014-01-02Fix typo in 0ce945a67151acf2c58bc35a47f4c3d45ff30085.Marc Tamlyn
2014-01-01Prevented calling setup() inside catch_warningsClaude Paroz
2014-01-01Updated release notes on app_label.Aymeric Augustin
2014-01-01Adjusted previous commit for Python 3.Aymeric Augustin
2014-01-01Several small whitespace fixes for styleguide/flake8 violationsAlex Gaynor
2014-01-01Fixed #21018 -- Reversed precedence order for management commands.Aymeric Augustin
2014-01-01Wiped get_commands() cache when INSTALLED_APPS changes.Aymeric Augustin
2014-01-01Documented unicity rules in INSTALLED_APPS.Aymeric Augustin
2014-01-01Removed unused function in test_runner testsPreston Timmons
2014-01-01Fixed #21206 -- Fixed test discovery without labelsPreston Timmons
2014-01-01Readded field unadvertantly removed in fedfd5030Claude Paroz
2014-01-01Fixed a few issues in previous commit.Aymeric Augustin
2014-01-01Properly assigned app_label to GIS test models.Aymeric Augustin
2013-12-31Django sees more than 1mm hits per hourMatt Robenolt
2013-12-31Fixed #21581 -- Fixed a number of issues with collectstatic.Loic Bistuer
2013-12-31Fixed #21484 -- Documented that SQL logging does not include "framework level...Tim Graham
2013-12-31Fixed #21714 -- Moved logging configuration to global setup()Claude Paroz
2013-12-31Renamed AppConfig.setup to ready.Aymeric Augustin
2013-12-31Enforced unicity of app labels.Aymeric Augustin
2013-12-31Made it possible to change an application's label in its configuration.Aymeric Augustin
2013-12-31Checked unicity of app config names when populating the app registry.Aymeric Augustin
2013-12-31Removed an obsolete unicity check.Aymeric Augustin
2013-12-31Fixed #21716 -- Only passed arguments supported by ogrinspectClaude Paroz
2013-12-31Small style cleanup.Aymeric Augustin
2013-12-31Fixed #19395 -- Added a simple example logging config.Tim Graham
2013-12-31Fleshed out release notes for app loading.Aymeric Augustin
2013-12-31Turned django.db.models.app_cache_ready back into a method.Aymeric Augustin
2013-12-31Fixed #21701 -- Improved testing doc titles and added testing/tools.txt.Tim Graham
2013-12-31Oops.Aymeric Augustin
2013-12-31Made DeprecationDisplayTest more robustClaude Paroz
2013-12-31Called django.setup() explicitly in management commands.Aymeric Augustin
2013-12-31Changed setup.py to use find_packages.Florian Apolloner
2013-12-31Finished renaming syndication to syndication_testsClaude Paroz
2013-12-31only attempt to create the postgis extension when it does not already existThomas Schreiber
2013-12-31Renamed syndication testsClaude Paroz
2013-12-31Added release notes for today's app-loading improvements.Aymeric Augustin
2013-12-30Removed the only_with_models_module argument of get_model[s].Aymeric Augustin