Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref
Commit message (Expand)AuthorAgeFilesLines
* Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham2013-06-021-0/+26
* Fixed #20326 - Corrected form wizard get_form() example.Tim Graham2013-05-311-2/+9
* Fixed #20511 -- Corrected link about isolation levels in ...Claude Paroz2013-05-311-5/+4
* Tweak caching decorators/utility functions xrefs.Ramiro Morales2013-05-311-2/+2
* Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham2013-05-301-0/+25
* Fixed #16856 - Added a way to clear select_related.Tim Graham2013-05-301-0/+7
* Fixed regroup example.Gavin Wahl2013-05-301-0/+2
* Fixed #20525 -- Added versionadded for clearsessions.Tim Graham2013-05-291-0/+2
* Fixed #20228 - Documented unique_for_date and exclude beh...Tim Graham2013-05-281-1/+6
* Fixed #16137 - Removed kwargs requirement for QuerySet.ge...Tim Graham2013-05-271-2/+6
* Fix #20505: Typo in BinaryField documentation.Baptiste Mispelon2013-05-271-1/+1
* Fixed #19866 -- Added security logger and return 400 for ...Preston Holmes2013-05-261-3/+18
* Fixed #20492 - Removed a broken link in GIS docs.Tim Graham2013-05-241-3/+1
* Merge pull request #1210 from alasdairnicol/jquery_cookie...Tim Graham2013-05-241-1/+1
|\
| * Update link to jQuery Cookie plugin siteAlasdair Nicol2013-05-241-1/+1
* | Link to active fork for ODBC backendPaul Tax2013-05-241-1/+1
|/
* Fixed #17648 -- Add `for_concrete_model` to `GenericForei...Gavin Wahl2013-05-241-1/+16
* Fixed #19237 (again) - Made strip_tags consistent between...Claude Paroz2013-05-231-2/+8
* Fixed #11398 - Added a pre_syncdb signalDonald Stufft2013-05-231-0/+47
* Merge pull request #1198 from KrzysiekJ/http-patch-methodRussell Keith-Magee2013-05-231-1/+1
|\
| * Fixed #20478 – Added support for HTTP PATCH method in g...Krzysztof Jurewicz2013-05-221-1/+1
* | Fixed a broken link introduced in a542b808baf.Tim Graham2013-05-221-1/+0
|/
* Merge pull request #1196 from selwin/last-doc-fixTim Graham2013-05-221-1/+1
|\
| * Slightly reworded 'last()' docs.Selwin Ong2013-05-211-1/+1
* | Fixed #20476 -- Typo.Aymeric Augustin2013-05-211-1/+1
|/
* Fixed #19326 -- Added first() and last() methods to QuerySetSelwin Ong2013-05-211-0/+30
* Fixed #17308 -- Enabled the use of short_description on p...Wiktor Kolodziej2013-05-211-1/+22
* Removed a confusing duplicate SESSION_COOKIE_DOMAIN headerŁukasz Langa2013-05-211-12/+3
* Fixed warnings in admindocs; refs #20126.Tim Graham2013-05-201-5/+4
* Fix typo in redirect view docsAlasdair Nicol2013-05-201-1/+1
* Fixed #20459 - Improved example for setting HTTP header f...Tim Graham2013-05-191-2/+9
* Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes2013-05-191-0/+9
* Fixed #15961 -- Modified ModelAdmin to allow for custom s...Bozidar Benko2013-05-191-0/+36
* Merge pull request #1162 from sspross/patch-docsMarc Tamlyn2013-05-198-60/+136
|\
| * Add missing imports and models to the examples in the adm...vkuzma2013-05-191-12/+54
| * add missing imports to the examples in the 'Forms'leandrafinger2013-05-195-48/+74
| * Add missing imports and models to the examples in securit...Silvan Spross2013-05-191-0/+1
| * Add missing imports and models to the examples in the tem...Silvan Spross2013-05-191-0/+7
* | Fixes #18896. Add tests verifying that you can get Integr...Pablo Recio2013-05-191-0/+35
* | Fixed #20126 -- XViewMiddleware moved to django.contrib.a...Łukasz Langa2013-05-193-19/+6
|/
* Fixed #12747 -- Made reason phrases customizable.Aymeric Augustin2013-05-191-6/+21
* Merge pull request #1098 from zsiciarz/ticket-16829Marc Tamlyn2013-05-191-0/+40
|\
| * Added example of using sitemaps with static views.Zbigniew Siciarz2013-05-181-0/+40
* | Fixed #20452 -- Rename 'headers' to 'header fields'.bbjay2013-05-191-6/+6
* | Merge pull request #1129 from frog32/masterMarc Tamlyn2013-05-196-2/+42
|\ \
| * | Add missing imports and models to the examples in the vie...Silvan Spross2013-05-181-0/+3
| * | Add missing imports and models to the examples in the the...Marc Egli2013-05-185-2/+39
* | | Fixed #20004 -- Moved non DB-related assertions to Simple...Ramiro Morales2013-05-191-1/+1
* | | Fixed #15201: Marked CACHE_MIDDLEWARE_ANONYMOUS_ONLY as d...Łukasz Langa2013-05-181-2/+6
* | | Merge branch 'allow-any-iterable-for-choices'Donald Stufft2013-05-181-3/+4
|\ \ \