summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-23Fixed empty strings + to_field regression on OracleAnssi Kääriäinen
2013-02-22Documented jQuery upgradeClaude Paroz
2013-02-22Fixed #19882 -- Smarter tokenizing of {% for %} tag arguments.Baptiste Mispelon
2013-02-21Factored code and added a missing docstring.Aymeric Augustin
2013-02-21Fixed #19870 -- Regression in select_related in inheritance casesAnssi Kääriäinen
2013-02-20Fixed #19868 -- Clarified purpose of custom user examplePreston Holmes
2013-02-20Made a couple of selenium tests wait for page loadedAnssi Kääriäinen
2013-02-20Clarified the language used in the documentation. Thanks to Mike Smith for th...Alex Gaynor
2013-02-20Added a test for negated Q object queryingAnssi Kääriäinen
2013-02-20Cleaned up join promotion in query.combine() with ORAnssi Kääriäinen
2013-02-20Removed join() promote kwargAnssi Kääriäinen
2013-02-20Refactored negated IS NULL handlingAnssi Kääriäinen
2013-02-20Added a db_constraint option to ForeignKeys.Alex Gaynor
2013-02-20Fixed #19598 -- Fixed jQuery tagName retrievingClaude Paroz
2013-02-20Replaced the obsolete toggle event handling JS functionClaude Paroz
2013-02-20Fixed #14571 -- Updated embedded jQuery from 1.4.2 to 1.9.1Claude Paroz
2013-02-20Add test for collapsible fieldset functionality in adminClaude Paroz
2013-02-19This function is unused and should have been removed a few releases ago.Alex Gaynor
2013-02-19Merge pull request #739 from JustinTArthur/ticket-19855Tim Graham
2013-02-19Fixed #19728 - Updated API stability doc to reflect current meaning of "stable".Tim Graham
2013-02-19Fixes typo introduced by django/django@08dc90bccf7c4ffa8b04064d74b54c1150af5f...Justin Turner Arthur
2013-02-19Merge pull request #737 from hrbonz/docs_CBV_generic_views_typoTim Graham
2013-02-19Update 1.5 release notes for XML and formset fixes.Carl Meyer
2013-02-19Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2013-02-19Checked object permissions on admin history view.Carl Meyer
2013-02-19Restrict the XML deserializer to prevent network and entity-expansion DoS att...Carl Meyer
2013-02-19Added a new required ALLOWED_HOSTS setting for HTTP host header validation.Carl Meyer
2013-02-19Fixed #19852 - Updated admin fieldset example for consistency.Tim Graham
2013-02-19Updated a couple admonitions to use the warning directive.Tim Graham
2013-02-19Fixed #18789 - Fixed some text wrap issues with methods in the docs.Tim Graham
2013-02-19Ensured a connection is established when checking the database version.Aymeric Augustin
2013-02-19Implemented Oracle version as a cached property.Aymeric Augustin
2013-02-19Update docs/topics/class-based-views/generic-display.txtStefan "hr" Berder
2013-02-19Avoided related_name conflicts in testsAnssi Kääriäinen
2013-02-19Removed accidentally committed fileAnssi Kääriäinen
2013-02-19Fixed #10870 -- Added aggreation + generic reverse relation testFlorian Hahn
2013-02-19Fixed #19837 -- Refactored split_exclude() join generationAnssi Kääriäinen
2013-02-18Added required methods in BaseDatabaseWrapper.Aymeric Augustin
2013-02-18Implemented PostgreSQL version as a cached property.Aymeric Augustin
2013-02-18Removed duplicate caching of mysql_version.Aymeric Augustin
2013-02-18Fixed #15119 -- Stopped pinging the MySQL server.Aymeric Augustin
2013-02-18Simplified MySQL version checking.Aymeric Augustin
2013-02-18Factored out common code in database backends.Aymeric Augustin
2013-02-18Fixed #19717 - Removed mentions of "root QuerySet" in docs.Tim Graham
2013-02-18Avoided firing the request_finished signal in tests.Aymeric Augustin
2013-02-18Removed an unecessary function.Aymeric Augustin
2013-02-18Fixed #19839 -- Isolated auth tests from customized TEMPLATE_LOADERSClaude Paroz
2013-02-18Corrected INSTALLED_APPS syntax in 1.5 release notes.Simon Meers
2013-02-16Fixed #19824 - Corrected the class described for Field.primary_key from Integ...Tim Graham
2013-02-16Fixed #19812 - Removed a duplicate phrase in the widget docs.Tim Graham