summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-19[1.5.x] Bump version numbers for security release.1.5c2James Bennett
2013-02-19[1.5.x] Update 1.5 release notes for XML and formset fixes.Carl Meyer
2013-02-19[1.5.x] Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2013-02-19[1.5.x] Checked object permissions on admin history view.Carl Meyer
2013-02-19[1.5.x] Restricted the XML deserializer to prevent DoS attacks.Carl Meyer
2013-02-19[1.5.x] Added a new required ALLOWED_HOSTS setting for HTTP host header valid...Carl Meyer
2013-02-18[1.5.X] Fixed #19717 - Removed mentions of "root QuerySet" in docs.Tim Graham
2013-02-18[1.5.x] Corrected INSTALLED_APPS syntax in 1.5 release notes.Simon Meers
2013-02-16[1.5.x] Fixed #19824 - Corrected the class described for Field.primary_key fr...Tim Graham
2013-02-16[1.5.x] Fixed #19812 - Removed a duplicate phrase in the widget docs.Tim Graham
2013-02-16[1.5.x] Fixed #19719 - Removed misleading example from ModelForm documentationAlex Hunley
2013-02-16[1.5.x] Fixed #19833 -- Fixed import parameter encoding in get_runnerClaude Paroz
2013-02-16[1.5.x] Refs #14881 -- Document that User models need to have an integer prim...Russell Keith-Magee
2013-02-15[1.5.x] Fixed geos test to prevent random failureClaude Paroz
2013-02-15[1.5.x] Avoided unneeded assertion on Python 3Claude Paroz
2013-02-15[1.5.x] Fixed #19807 -- Sanitized getpass input in createsuperuserClaude Paroz
2013-02-15[1.5.x] Fixed #19829 -- Fixed index lookups for NumPy arrays in templates.Julien Phalip
2013-02-15[1.5.x] Fixed #19822 -- Added validation for uniqueness on USERNAME_FIELD on ...Russell Keith-Magee
2013-02-14[1.5.x] Fix filtering during collection of paths in setup.pyRamiro Morales
2013-02-14[1.5.x] Mention backward relationships in aggregate docs.Ramiro Morales
2013-02-14[1.5.x] Typo in i18n docs.Ramiro Morales
2013-02-14[1.5.x] Fixed #19729 -- Removed leftover refactoring helper variables.Ramiro Morales
2013-02-14[1.5.x] Fixed #19823 -- Fixed memcached code example in cache docsClaude Paroz
2013-02-12[1.5.x] Fix admindocs on Python 3, where None cannot be sorted with strings.Carl Meyer
2013-02-13[1.5.x] Removed try-except in django.db.close_connection()Anssi Kääriäinen
2013-02-10[1.5.x] Made custom m2m fields without through easier to useAnssi Kääriäinen
2013-02-10[1.5.x] Emphasized MyISAM pseudo-requirement for GeoDjango over MySQLClaude Paroz
2013-02-10[1.5.x] Fixed #19112 -- Reduced the amount of query params in a testAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19720 -- Oracle ordering related delete regressionAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19638 -- Skipped tx support testing for some DBsAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19707 -- Reset transaction state after requestsAnssi Kääriäinen
2013-02-10[1.5.x] Fixed #19645 -- Added tests for TransactionMiddlewareAnssi Kääriäinen
2013-02-09[1.5.x] Made modwsgi groups_for_user consistent with check_passwordPreston Holmes
2013-02-09[1.5.x] Fixed #19699 - Removed "Please see the release notes" from versionadd...Tim Graham
2013-02-09[1.5.x] Fixed #19749 -- Documented ending param to command's self.stdout/errClaude Paroz
2013-02-08[1.5.x] Cleaned up some lingering signals in the test suite that were causing...Julien Phalip
2013-02-08[1.5.x] Fixed #19779 -- Checked contrib.sites presence in RedirectFallbackMid...Claude Paroz
2013-02-08[1.5.x] Fixed #19776 -- Added missing import for backportPreston Holmes
2013-02-07[1.5.x] Fixed #19662 -- alter auth modelbackend to accept custom username fieldsPreston Holmes
2013-02-07[1.5.x] Fixed #19772 -- Handled APPEND_SLASH correctly in the redirects app.Aymeric Augustin
2013-02-07[1.5.x] Fixed #19706 - Tweaks to the tutorial.Tim Graham
2013-02-07[1.5.x] Fixed #19756 - Corrected a ManyToMany example and added some links an...Tim Graham
2013-02-06[1.5.x] Fixed a typo in the test suite that was causing some spurious failure...Julien Phalip
2013-02-06Partially revert 9efe1a721, strip_tags improvementsClaude Paroz
2013-02-06[1.5.x] Fixed #19743 - Documented some limitations of contrib.auth.Tim Graham
2013-02-06[1.5.x] Fixed #19745 -- Forced resolution of verbose names in createsupersuserClaude Paroz
2013-02-04[1.5.x] Fixed #19734 -- Missing values in `DATETIME_INPUT_FORMATS` doc.Simon Charette
2013-02-04[1.5.x] Updated translations (bn/es/eu/lb/mn)Claude Paroz
2013-02-04[1.5.x] Fixed #19725 -- Made createsuperuser handle non-ascii promptsClaude Paroz
2013-02-03[1.5.x] Fixed a typo in docs/topics/auth/customizing.txtTim Graham