summaryrefslogtreecommitdiff
path: root/django
AgeCommit message (Expand)Author
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-19This function is unused and should have been removed a few releases ago.Alex Gaynor
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-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-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-18Removed an unecessary function.Aymeric Augustin
2013-02-18Fixed #19839 -- Isolated auth tests from customized TEMPLATE_LOADERSClaude Paroz
2013-02-16Fixed #19833 -- Fixed import parameter encoding in get_runnerClaude Paroz
2013-02-16Fixed #17260 -- Added time zone aware aggregation and lookups.Aymeric Augustin
2013-02-15Fixed geos test to prevent random failureClaude Paroz
2013-02-15Fixed #17066 -- Prevented TypeError in GeoIP.__del__Claude Paroz
2013-02-15Improved input sanitizing with thousand separatorsClaude Paroz
2013-02-15Avoided unneeded assertion on Python 3Claude Paroz
2013-02-15Fixed #19807 -- Sanitized getpass input in createsuperuserClaude Paroz
2013-02-15Merge pull request #728 from jphalip/ticket-19829Julien Phalip
2013-02-15Put unicode_literals into all formats.pyAlexey Boriskin
2013-02-14Fixed #19829 -- Fixed index lookups for NumPy arrays in templates.Julien Phalip
2013-02-15Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on custom U...Russell Keith-Magee
2013-02-14Fixed #19819 - Improved template filter errors handling.Michael van Tellingen
2013-02-14Fixed a misnamed variable introduced in commit 142ec8b283Claude Paroz
2013-02-13Fixed #8404 -- Isolated auth password-related tests from custom templatesClaude Paroz
2013-02-13Fixed #19693 -- Made truncatewords_html handle self-closing tagsClaude Paroz
2013-02-13Fixed #18558 -- Added url property to HttpResponseRedirect*Hiroki Kiyohara
2013-02-12Fix admindocs on Python 3, where None cannot be sorted with strings.Carl Meyer
2013-02-13Removed try-except in django.db.close_connection()Anssi Kääriäinen
2013-02-12Fixed #19746 -- Allow deserialization of pk-less dataNick Sandford
2013-02-11Accepted None in tzname().Aymeric Augustin
2013-02-11Added a check in the creation of IS NULL clauses.Aymeric Augustin
2013-02-11Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`.Simon Charette
2013-02-10Made Query.clear_ordering force_empty arg mandatoryAnssi Kääriäinen
2013-02-10Fixed #19720 -- Oracle ordering related delete regressionAnssi Kääriäinen
2013-02-10Fixed #19638 -- Skipped tx support testing for some DBsAnssi Kääriäinen
2013-02-10Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen
2013-02-09Made modwsgi groups_for_user consistent with check_passwordPreston Holmes
2013-02-08Fixed #18906 -- Ignored to-be-deleted forms in formset validate_uniqueClaude Paroz