summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-23[1.6.x] Fixed #20760 -- Reduced timing variation in ModelBackend.Aymeric Augustin
2013-07-23[1.6.x] Fixed #19019 -- Fixed UserAdmin to log password change.Kirill Fomichev
2013-07-23[1.6.x] Minor change to get_extra_descriptor_filter()Anssi Kääriäinen
2013-07-22[1.6.x] Fixed #20773 -- [gis] Fixed regression in GoogleMap outputClaude Paroz
2013-07-22[1.6.x] Fixed #20781 -- Fixed _has_changed regression with MultiValueFieldClaude Paroz
2013-07-21[1.6.x] Fixed an email validation regressionClaude Paroz
2013-07-21[1.6.x] Fixed #13696 -- ensured inline pk field is renderedKaren Tracey
2013-07-19[1.6.x] Fixed #20765 -- Set small values of `step` using exponential notation.Simon Charette
2013-07-19[1.6.x] LocaleMiddleware isn't default anymore (corrected docs)Sergio Oliveira
2013-07-19[1.6.x] Updated the `databases` documentationMatt Deacalion Stevens
2013-07-19[1.6.x] Fixed Croatia's country code in `localflavor` docsMatt Deacalion Stevens
2013-07-19[1.6.x] Fixed #20772 -- Fixed minor typo in form media docs.Loic Bistuer
2013-07-18[1.6.x] Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.Loic Bistuer
2013-07-18[1.6.x] Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelA...Tim Graham
2013-07-18[1.6.x] Atom specification URL updatedMatt Deacalion Stevens
2013-07-18[1.6.x] Fixed #20763 -- Typo in tutorial 3.Tim Graham
2013-07-18[1.6.x] Fixed typo in inspectdb docsAlasdair Nicol
2013-07-17[1.6.x] Fixed #20756 -- Typo in uWSGI docs.Tim Graham
2013-07-16[1.6.x] Reworked docs for ModelForm validation.Loic Bistuer
2013-07-15[1.6.x] Fixed some markup in docs/ref/templates/api.txtTim Graham
2013-07-14[1.6.x] Fixed grammatical error in auth docsDavid Binetti
2013-07-13[1.6.x] Fixed #20681 -- Prevented teardown_databases from attempting to tear ...Tim Graham
2013-07-13[1.6.x] Fixed a deprecation warning in a selenium test.Tim Graham
2013-07-13[1.6.x] Fixed #20582 -- Allowed default Form.label_suffix to be translatedClaude Paroz
2013-07-12[1.6.x] Fixed backport of #20740Tim Graham
2013-07-12[1.6.x] Fixed #20740 -- GenericIPAddressField should pass protocol to formfie...Tim Graham
2013-07-12[1.6.x] Fixed #20653 -- Renamed checksetup -> check missed in [03465639]Tim Graham
2013-07-12[1.6.x] Fixed #17528 -- Documented that add() and remove() with a many-to-man...Tim Graham
2013-07-12[1.6.x] Fixed #20735 -- clarified ManyToManyField constructor docChristopher Medrela
2013-07-11[1.6.x] Fixed #20730 -- Fixed "Programmatically creating permissions" error.Tim Graham
2013-07-11[1.6.x] Fixed #20733 -- Typo in docs/ref/class-based-views/generic-display.txtTim Graham
2013-07-10[1.6.x] Added some missing test requirements in the docs; refs #19196Tim Graham
2013-07-10[1.6.x] Fixed #19196 -- Added test/requirementsTim Graham
2013-07-09Fixed #20724 -- Test failure on SQLite.Aymeric Augustin
2013-07-09Avoided transaction.set_autocommit in tests.Aymeric Augustin
2013-07-09[1.6.x] Fixed last_executed_query test failure on OracleShai Berger
2013-07-09[1.6.x] Fixed #20722 -- Fixed MemcachedCache backend get_many on Python 3.Tim Graham
2013-07-09[1.6.x] Partial revert of commit 2bf403ecbd95Claude Paroz
2013-07-09[1.6.x] Fixed #18261 -- Clarified 'project root directory'SusanTan
2013-07-08[1.6.x] Fixed #18944 -- Documented PasswordResetForm's from_email argument as...Tim Graham
2013-07-08[1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-07-08[1.6.x] Fixed #16965 -- Clarified Formset can_delete docs.Tim Graham
2013-07-08[1.6.x] Fixed #20493 -- Added a warning that objects may not be picklable acr...Tim Graham
2013-07-08[1.6.x] Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
2013-07-08[1.6.x] Completed some more name_local namesClaude Paroz
2013-07-08[1.6.x] Fixed #20716 --Missing 'name_local' translationMathias Andre
2013-07-07[1.6.x] Fixed #20711 -- Fixed broken link in timesince.py docstringSusanTan
2013-07-06[1.6.x] Fixed #14006 -- Documented that Field's 'description' attribute is in...Tim Graham
2013-07-05[1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-07-05[1.6.x] Fixed #20561 -- Emphasized that QuerySet.distinct([*fields]) is only ...Tim Graham