summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-01-08Fix wording of auth superuser post-migrate handlerAndrew Godwin
2014-01-08Fixed #21142: Dependency failures on unmigrated apps.Andrew Godwin
2014-01-08Changed parent class calls to super in Field subclassesmaurycyp
2014-01-06Avoided catching ImproperlyConfigured on django.setup().Aymeric Augustin
2014-01-06Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin
2014-01-05Added catalogs for apps that didn't have any translations.Aymeric Augustin
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin
2014-01-05Added an app-loading feature to the release notes.Aymeric Augustin
2014-01-05Fixed #21711 -- Enforced unicity of model names.Aymeric Augustin
2014-01-05Renamed a couple models to prevent duplicate names.Aymeric Augustin
2014-01-05Fixed app registry cleanup in app-loading tests.Aymeric Augustin
2014-01-05Fixed test for models in non-installed apps.Aymeric Augustin
2014-01-05Removed useless model definitions.Aymeric Augustin
2014-01-04Fixed `python scripts/manage_translations.py update_catalogs`.Aymeric Augustin
2014-01-04Fixed #21730 -- Removed superfluous db_index in custom auth docsClaude Paroz
2014-01-03Fixed a sentence in the session security docs; thanks claudep.Tim Graham
2014-01-03Fixed #21728 -- Corrected an inadvertent path change in docs/intro/contributi...Tianyi Wang
2014-01-03Suppressed ResourceWarning in files testsClaude Paroz
2014-01-03Added build to flake8.exclude.Florian Apolloner
2014-01-03Fixed selenium failure.Florian Apolloner
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