summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-24Fixed #20794 -- Documented changes to validate_emailDominic Rodger
2013-07-23Fixed #10284 -- ModelFormSet.save(commit=False) no longer deletes objectsTim Graham
2013-07-23Fixed #20761 -- Reworded ForeignKey default error messageersran9
2013-07-23Fixed test failures introduced in e716518ad29898fb25c820023aaf2fdd1c9eb4afTim Graham
2013-07-23Fixed #19900 -- Updated admin buttons to use CSS3 rounded corners.Pedro Mourelle
2013-07-23Fixed #20760 -- Reduced timing variation in ModelBackend.Aymeric Augustin
2013-07-23Fixed #20761 -- Fixed DatabaseError handling in get_or_create and update_or_c...Loic Bistuer
2013-07-23Fixed #19019 -- Fixed UserAdmin to log password change.Kirill Fomichev
2013-07-23Minor change to get_extra_descriptor_filter()Anssi Kääriäinen
2013-07-23Fixed #20788 -- exclude() generated subquery failureAnssi Kääriäinen
2013-07-23Fixed #20782 -- qs.values().aggregate() failureAnssi Kääriäinen
2013-07-22Make migrate command recognise prefixes and 'zero'.Andrew Godwin
2013-07-22Make multi-app-cache tests work againAndrew Godwin
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-22Merge pull request #1390 from garnertb/masterMarc Tamlyn
2013-07-22Fixed small grammatical error in docstring.Tyler Garner
2013-07-22Fixed #20773 -- [gis] Fixed regression in GoogleMap outputClaude Paroz
2013-07-22Fixed #20781 -- Fixed _has_changed regression with MultiValueFieldClaude Paroz
2013-07-21Fixed #13629 -- Added CSS classes to the `<body>` tag of some admin templates...Thomas Sorrel
2013-07-21Fixed an email validation regressionClaude Paroz
2013-07-21Fixed #13696 -- ensured inline pk field is renderedKaren Tracey
2013-07-19Fixed #20765 -- Set small values of `step` using exponential notation.Simon Charette
2013-07-19Fixed #18551 -- Enabled skipIfDBFeature/skipUnlessDBFeature to decorate a classClaude Paroz
2013-07-19Fixed #14656 -- Added Atom1Feed `published` elementMatt Deacalion Stevens
2013-07-19Merge pull request #1374 from seocam/fix_i18n_docsTim Graham
2013-07-19Merge pull request #1377 from Matt-Stevens/doc-fixes-ref-databasesTim Graham
2013-07-19Merge pull request #1375 from Matt-Stevens/masterTim Graham
2013-07-19Merge pull request #1378 from loic/docsTim Graham
2013-07-19Fixed #20772 -- Fixed minor typo in form media docs.Loic Bistuer
2013-07-19Updated the `databases` documentationMatt Deacalion Stevens
2013-07-19Fix Croatia's country code in `localflavor` docsMatt Deacalion Stevens
2013-07-18LocaleMiddleware isn't default anymoreSergio Oliveira
2013-07-18Fixed #20767 -- Fixed ModelAdmin.preserve_filters for namespaced URLs.Loic Bistuer
2013-07-18Merge pull request #1372 from loic/adminTim Graham
2013-07-18Cleaned up UserAdmin.get_form() that worked around a bug fixed in 23e1b59.Loic Bistuer
2013-07-18Fixed #20762 -- Clarified that add_fieldsets is not a standard ModelAdmin att...Tim Graham
2013-07-18Merge pull request #1370 from Matt-Stevens/doc-url-fixTim Graham
2013-07-18Fixed #20763 -- Typo in tutorial 3.Tim Graham
2013-07-18Atom specification URL updatedMatt Deacalion Stevens
2013-07-18Merge pull request #1368 from alasdairnicol/inspectdb_docsMarc Tamlyn
2013-07-18Fixed typo in inspectdb docsAlasdair Nicol
2013-07-17Allowed Context.push to behave as a context mananger.Curtis Maloney
2013-07-17Couple of cleanups in RelatedObjectLookups.jsTim Graham
2013-07-17Fixed #20756 -- Typo in uWSGI docs.Tim Graham
2013-07-16Fixed #14007 -- Added model discovery in models module without the need to sp...Tim Graham
2013-07-16Reworked docs for ModelForm validation.Loic Bistuer
2013-07-16Merge pull request #1358 from loic/docsTim Graham
2013-07-16Rephrased the docs for reporting security issues to make it less intimidating.Loic Bistuer
2013-07-15Fixed some markup in docs/ref/templates/api.txtTim Graham
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham